New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cookie-muncher

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookie-muncher - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc