simple-cookie
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -15,3 +15,3 @@ function printExpires(expires){ | ||
( typeof obj.expires != 'undefined' && obj.expires ? printExpires(obj.expires) : '' ), | ||
( typeof obj.path != 'undefined' && obj.path ? 'Path='+obj.path : 'Path=/' ), | ||
( typeof obj.path != 'undefined' ? (obj.path ? 'Path='+obj.path : '') : 'Path=/' ), | ||
( typeof obj.domain != 'undefined' && obj.domain ? 'Domain='+obj.domain : '' ), | ||
@@ -18,0 +18,0 @@ ( typeof obj.secure != 'undefined' && obj.secure ? 'secure' : '' ), |
{ | ||
"name": "simple-cookie", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Simple cookie parser & serializer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5380