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.10 to 0.0.11

4

__tests__/index.test.js

@@ -54,5 +54,3 @@ const { CookieJar } = require('tough-cookie');

expect(cookies[0].value).toBe('baz');
expect(cookies[0].creation).toMatch(
/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/
);
expect(cookies[0].creation).toMatch(/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/);
expect(cookies[0].expires).toEqual(d.toISOString());

@@ -59,0 +57,0 @@ });

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

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

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