tough-cookie
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -61,7 +61,7 @@ /*! | ||
// (see: https://github.com/ChromiumWebApps/chromium/blob/b3d3b4da8bb94c1b2e061600df106d590fda3620/net/cookies/parsed_cookie.cc#L64) | ||
var COOKIE_PAIR = /^(([^=;]+))\s*=\s*(("?)[^\n\r\0]*\3)/ | ||
var COOKIE_PAIR = /^(([^=;]+))\s*=\s*([^\n\r\0]*)/; | ||
// Used to parse non-RFC-compliant cookies like '=abc' when given the `loose` | ||
// option in Cookie.parse: | ||
var LOOSE_COOKIE_PAIR = /^((?:=)?([^=;]*)\s*=\s*)?(("?)[^\n\r\0]*\3)/; | ||
var LOOSE_COOKIE_PAIR = /^((?:=)?([^=;]*)\s*=\s*)?([^\n\r\0]*)/; | ||
@@ -68,0 +68,0 @@ // RFC6265 S4.1.1 defines path value as 'any CHAR except CTLs or ";"' |
@@ -46,3 +46,3 @@ { | ||
], | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"homepage": "https://github.com/SalesforceEng/tough-cookie", | ||
@@ -49,0 +49,0 @@ "repository": { |
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
229028