@tinyhttp/cookie
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @tinyhttp/cookie | ||
## 1.0.1 | ||
### Patch Changes | ||
- Remove license notes from readmes, add readme for type-is | ||
## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -27,3 +27,3 @@ const pairSplitRegExp = /; */; | ||
function parse(str, options = { | ||
decode: decodeURIComponent, | ||
decode: decodeURIComponent | ||
}) { | ||
@@ -30,0 +30,0 @@ const obj = {}; |
{ | ||
"name": "@tinyhttp/cookie", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "HTTP cookie parser and serializer for Node.js", |
@@ -153,3 +153,3 @@ # @tinyhttp/cookie | ||
httpOnly: true, | ||
maxAge: 60 * 60 * 24 * 7, // 1 week | ||
maxAge: 60 * 60 * 24 * 7 // 1 week | ||
}) | ||
@@ -183,5 +183,1 @@ ) | ||
``` | ||
## License | ||
MIT © [v1rtl](https://v1rtl.site) |
@@ -34,3 +34,3 @@ const pairSplitRegExp = /; */ | ||
} = { | ||
decode: decodeURIComponent, | ||
decode: decodeURIComponent | ||
} | ||
@@ -37,0 +37,0 @@ ) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21287
182