0.0.5 • Published 10 years ago

cookie-domain-monster v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

cookie-domain-monster

Build Status

A library that extracts high level cookie domains from a list of urls

Install

$ npm install cookie-domain-monster

Usage

import CookieDomainMonster from 'cookie-domain-monster';

var urls = ['http://www.honeypot.io', 'https://blog.honeypot.io']
var cookieDomains = CookieDomainMonster(urls) // ['.honeypot.io']

for more examples checkout the tests

Contributin

  1. Add some tests
  2. Add some code
  3. Run npm test
  4. Send a pull request

License

Copyright © 2016 Honeypot GmbH. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About Honeypot

Honeypot

Honeypot is a developer focused job platform. The names and logos for Honeypot are trademarks of Honeypot GmbH.

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago