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

cookies-manager

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookies-manager - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

app.js

@@ -1,2 +0,2 @@

const VALID_COOKIE = new VALID_COOKIEp(/([\w-]+)=([\w- ]+)/);
const VALID_COOKIE = new RegExp(/([\w-]+)=([\w- ]+)/);

@@ -3,0 +3,0 @@ /**

@@ -1,1 +0,2 @@

export { get, set, getList, remove, clear } from './app';
import { get, set, getList, remove, clear } from './app';
export { get, set, getList, remove, clear };
{
"name": "cookies-manager",
"version": "0.0.5",
"version": "0.0.6",
"description": "Manage your cookies simply",

@@ -5,0 +5,0 @@ "main": "app.js",

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