File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ unreleased
2+ ==========
3+
4+
5+ * deps: cookie@0.7.2
6+ - Fix object assignment of ` hasOwnProperty `
7+ * deps: cookie@0.7.1
8+ - Allow leading dot for domain
9+ - Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
10+ - Add fast path for ` serialize ` without options, use ` obj.hasOwnProperty ` when parsing
11+ * deps: cookie@0.7.0
12+ - perf: parse cookies ~ 10% faster
13+ - fix: narrow the validation of cookies to match RFC6265
14+ - fix: add ` main ` to ` package.json ` for rspack
15+
1161.18.0 / 2024-01-28
217===================
318
Original file line number Diff line number Diff line change 1010 "repository" : " expressjs/session" ,
1111 "license" : " MIT" ,
1212 "dependencies" : {
13- "cookie" : " 0.6.0 " ,
13+ "cookie" : " 0.7.2 " ,
1414 "cookie-signature" : " 1.0.7" ,
1515 "debug" : " 2.6.9" ,
1616 "depd" : " ~2.0.0" ,
You can’t perform that action at this time.
0 commit comments