simple-cookie
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "simple-cookie", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Simple cookie parser & serializer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,3 +30,3 @@ #simple-cookie | ||
**path** `DateString | Number | Date` (optional) : cookie path, defaults to `/` | ||
**path** `String` (optional) : cookie path, defaults to `/` | ||
@@ -33,0 +33,0 @@ **domain** `String` (optional) : cookie domain |
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
5909