simple-cookie
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "simple-cookie", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Simple cookie parser & serializer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ # simple-cookie | ||
**expires** `DateString | Number | Date` (optional) : expire date (default type is Date), value will be use as a parameter in `new Date`. e.g. `new Date(yourDateString)`. | ||
**expires** `DateString | Number | Date` (optional) : expire date (default type is Date), value will be used as a parameter in `new Date`. e.g. `new Date(yourDateString)`. | ||
@@ -38,0 +38,0 @@ **path** `String` (optional) : cookie path, defaults to `/` |
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
9455