Skip to content

Commit

Permalink
deps: cookie@0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 29, 2016
1 parent 2967852 commit 56b1d80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ unreleased
- deps: negotiator@0.6.1
* deps: content-type@~1.0.2
- perf: enable strict mode
* deps: cookie@0.2.4
- Add `firstPartyOnly` option
* deps: cookie@0.3.1
- Add `sameSite` option
- Fix cookie `Max-Age` to never be a floating point number
- Improve error message when `encode` is not a function
- Improve error message when `expires` is not a `Date`
- Throw better error for invalid argument to parse
- Throw on invalid values provided to `serialize`
- perf: enable strict mode
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"array-flatten": "1.1.1",
"content-disposition": "0.5.1",
"content-type": "~1.0.2",
"cookie": "0.2.4",
"cookie": "0.3.1",
"cookie-signature": "1.0.6",
"debug": "~2.2.0",
"depd": "~1.1.0",
Expand Down

0 comments on commit 56b1d80

Please sign in to comment.