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

cookie-monster

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookie-monster - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

index.js

@@ -28,3 +28,3 @@ 'use strict';

if (opts.hasOwnProperty('domain')) newCookie += '; domain=' + opts.domain;
if (opts.hasOwnProperty('secure')) newCookie += '; secure';
if (opts.secure) newCookie += '; secure';

@@ -31,0 +31,0 @@ doc.cookie = newCookie;

{
"name": "cookie-monster",
"description": "Browserify-compatible module to get and set cookies in the browser",
"version": "0.2.0",
"version": "0.2.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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