1.8 KiB
1.8 KiB
1.4.6 / 2021-11-16
- deps: [email protected]
1.4.5 / 2020-03-14
- deps: [email protected]
1.4.4 / 2019-02-12
- perf: normalize
secretargument only once
1.4.3 / 2016-05-26
- deps: [email protected]
- perf: use for loop in parse
1.4.2 / 2016-05-20
- deps: [email protected]
- perf: enable strict mode
- perf: use for loop in parse
- perf: use string concatenation for serialization
1.4.1 / 2016-01-11
- deps: [email protected]
- perf: enable strict mode
1.4.0 / 2015-09-18
- Accept array of secrets in addition to a single secret
- Fix
JSONCookieto returnundefinedfor non-string arguments - Fix
signedCookieto returnundefinedfor non-string arguments - deps: [email protected]
1.3.5 / 2015-05-19
- deps: [email protected]
- Slight optimizations
1.3.4 / 2015-02-15
- deps: [email protected]
1.3.3 / 2014-09-05
- deps: [email protected]
1.3.2 / 2014-06-26
- deps: [email protected]
- fix for timing attacks
1.3.1 / 2014-06-17
- actually export
signedCookie
1.3.0 / 2014-06-17
- add
signedCookieexport for single cookie unsigning
1.2.0 / 2014-06-17
- export parsing functions
req.cookiesandreq.signedCookiesare now plain objects- slightly faster parsing of many cookies
1.1.0 / 2014-05-12
- Support for NodeJS version 0.8
- deps: [email protected]
- Fix for maxAge == 0
- made compat with expires field
- tweak maxAge NaN error message
1.0.1 / 2014-02-20
- add missing dependencies
1.0.0 / 2014-02-15
- Genesis from
connect