Comparing version 2.0.0 to 2.0.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16724
312
0