cookie-parser

Parse HTTP request cookies

MIT License

Downloads
16M
Stars
1.9K
Committers
17

Bot releases are hidden (Show)

cookie-parser - 1.4.6 Latest Release

Published by dougwilson almost 3 years ago

cookie-parser - 1.4.5

Published by dougwilson over 4 years ago

cookie-parser - 1.4.4

Published by dougwilson over 4 years ago

  • perf: normalize secret argument only once
cookie-parser - 1.4.3

Published by dougwilson over 8 years ago

cookie-parser - 1.4.2

Published by dougwilson over 8 years ago

  • deps: [email protected]
    • perf: enable strict mode
    • perf: use for loop in parse
    • perf: use string concatination for serialization
cookie-parser - 1.4.1

Published by dougwilson almost 9 years ago

cookie-parser - 1.3.5

Published by dougwilson over 9 years ago

cookie-parser - 1.3.4

Published by dougwilson over 9 years ago

cookie-parser - 1.3.3

Published by dougwilson about 10 years ago

cookie-parser - 1.3.2

Published by dougwilson over 10 years ago

cookie-parser - 1.3.1

Published by dougwilson over 10 years ago

  • actually export signedCookie
cookie-parser - 1.3.0

Published by dougwilson over 10 years ago

  • add signedCookie export for single cookie unsigning
cookie-parser - 1.2.0

Published by dougwilson over 10 years ago

  • export parsing functions
  • req.cookies and req.signedCookies are now plain objects
  • slightly faster parsing of many cookies
cookie-parser - 1.1.0

Published by dougwilson over 10 years ago

  • Support for NodeJS version 0.8
  • deps: [email protected]
    • Fix for maxAge == 0
    • made compat with expires field
    • tweak maxAge NaN error message
cookie-parser - 1.0.1

Published by dougwilson over 10 years ago

  • add missing dependencies
cookie-parser - 1.0.0

Published by dougwilson over 10 years ago

  • Genesis from connect