Socket
Socket
Sign inDemoInstall

cookiejar

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

3

cookiejar.js

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

/* jshint node: true */
(function () {

@@ -140,3 +141,3 @@ "use strict";

}
var access_domain = access_info.domain.replace(/^[\.]/,'');
var access_domain = access_info.domain && access_info.domain.replace(/^[\.]/,'');
var cookie_domain = this.domain && this.domain.replace(/^[\.]/,'');

@@ -143,0 +144,0 @@ if (cookie_domain === access_domain) {

{
"name": "cookiejar",
"version": "2.0.0",
"version": "2.0.1",
"author": {

@@ -10,2 +10,5 @@ "name": "bradleymeck"

"license": "MIT",
"jshintConfig": {
"node": true
},
"scripts": {

@@ -12,0 +15,0 @@ "prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",

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