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

insomnia-cookies

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-cookies - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

10

__tests__/index.test.js

@@ -10,4 +10,4 @@ const { CookieJar } = require('tough-cookie');

value: 'bar',
domain: 'google.com'
}
domain: 'google.com',
},
]);

@@ -40,8 +40,8 @@

domain: 'insomnia.rest',
expires: d
expires: d,
},
{
// This one will fail to parse, and be skipped
bad: 'cookie'
}
bad: 'cookie',
},
];

@@ -48,0 +48,0 @@

{
"name": "insomnia-cookies",
"version": "0.0.11",
"version": "0.0.12",
"author": "Gregory Schier <gschier1990@gmail.com>",

@@ -14,3 +14,3 @@ "description": "Cookie utilities",

},
"gitHead": "d0652a5b918564e19980afe6905027f7c8fda522"
"gitHead": "ac5e333d37e08fc87eee39f85844203f24e5f7c2"
}
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