Socket
Socket
Sign inDemoInstall

cookiejar

Package Overview
Dependencies
28
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

2

cookiejar.js

@@ -136,3 +136,3 @@ /* jshint node: true */

}
if (this.explicit_path && this.path !== access_info.path) {
if (this.explicit_path && access_info.path.indexOf( this.path ) !== 0) {
return false;

@@ -139,0 +139,0 @@ }

{
"name": "cookiejar",
"version": "2.0.3",
"version": "2.0.4",
"author": {

@@ -5,0 +5,0 @@ "name": "bradleymeck"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc