simple-cookie
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -60,3 +60,3 @@ function printExpires(expires){ | ||
}catch(e){ | ||
obj.value(n[1]); | ||
obj.value = n[1]; | ||
} | ||
@@ -63,0 +63,0 @@ return obj; |
{ | ||
"name": "simple-cookie", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"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
6826