@sswahn/cookie
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
{ | ||
"name": "@sswahn/cookie", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A JavaScript utility for efficiently managing browser cookies.", |
@@ -21,3 +21,3 @@ # Cookie | ||
To set a cookie, (with optional expiration argument - a numeric value representing seconds): | ||
To set a cookie, with optional expiration argument (a numeric value representing the lifetime of the cookie in seconds): | ||
@@ -37,2 +37,2 @@ ```javascript | ||
## Licence | ||
Server is [MIT Licensed](https://github.com/sswahn/server/blob/main/LICENSE) | ||
Cookie is [MIT Licensed](https://github.com/sswahn/cookie/blob/main/LICENSE) |
3600