simple-cookie
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "simple-cookie", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Simple cookie parser & serializer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -43,3 +43,3 @@ #RESERVED | ||
var cookieString = cookie.stringify( cookieObject ); | ||
# cookieName=cookie%20value; Expires: dateString; Max-Date: Number; Path=/; domain=domain.com; secure | ||
# cookieName=cookie%20value; Expires: Sat, 15-Aug-2015 17:41:05 GMT; Max-Age: 31449600; Path=/; domain=domain.com; secure | ||
@@ -46,0 +46,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
5333