cookie-muncher
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "cookie-muncher", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Effortless cookie management", | ||
@@ -5,0 +5,0 @@ "author": "Bluzzi", |
# Cookie Muncher | ||
A lightweight and typesafe package for manipulating cookies in Node.js and the browser. | ||
A lightweight and typesafe package for manipulating cookies in NodeJS and the browser. | ||
✅ Lightweight | ||
✅ Easy to use | ||
✅ Unit tested | ||
✅ Typesafe | ||
✅ Compatible with NodeJS & browsers | ||
✅ ES module & CommonJS compatible | ||
## Installation | ||
@@ -5,0 +12,0 @@ You can install Cookie Muncher via NPM, Yarn or PNPM. |
export enum CookieMaxAge { | ||
Now = -1, | ||
OneHour = 60 * 60, // 1 hour | ||
@@ -3,0 +4,0 @@ SixHours = 6 * 60 * 60, // 6 hours |
16101
256
67