set-cookie-parser
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -123,6 +123,2 @@ "use strict"; | ||
options = options | ||
? Object.assign({}, defaultParseOptions, options) | ||
: defaultParseOptions; | ||
if (!options.map) { | ||
@@ -129,0 +125,0 @@ return input.filter(isNonEmptyString).map(function (str) { |
{ | ||
"name": "set-cookie-parser", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Parses set-cookie headers into objects", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/nfriedly/set-cookie-parser", |
@@ -7,4 +7,10 @@ # set-cookie-parser | ||
Parses set-cookie headers into objects | ||
--- | ||
ℹ️ **Note for current users:** I'm considering some changes for the next major version and would appreciate your feedback: https://github.com/nfriedly/set-cookie-parser/discussions/68 | ||
--- | ||
Parses set-cookie headers into JavaScript objects | ||
Accepts a single `set-cookie` header value, an array of `set-cookie` header values, a Node.js response object, or a `fetch()` `Response` object that may have 0 or more `set-cookie` headers. | ||
@@ -11,0 +17,0 @@ |
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
16074
203
193