npm-registry-client
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -28,8 +28,2 @@ var assert = require("assert") | ||
var authThis = false | ||
if (parsed.protocol === "npm") { | ||
parsed.protocol = "https" | ||
authThis = true | ||
} | ||
if (parsed.search) { | ||
@@ -83,3 +77,3 @@ where = where + parsed.search | ||
var authed = (authThis || alwaysAuth || isWrite) && !nu || uc || isDel | ||
var authed = (alwaysAuth || isWrite) && !nu || uc || isDel | ||
if (!authed) this.log.verbose("request", "no auth needed") | ||
@@ -86,0 +80,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"repository": { | ||
@@ -18,3 +18,3 @@ "url": "git://github.com/isaacs/npm-registry-client" | ||
"mkdirp": "^0.5.0", | ||
"normalize-package-data": "0.4", | ||
"normalize-package-data": "~1.0.1", | ||
"npm-cache-filename": "^1.0.0", | ||
@@ -21,0 +21,0 @@ "once": "^1.3.0", |
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
254468
2415
+ Addedgithub-url-from-git@1.5.0(transitive)
+ Addedgithub-url-from-username-repo@1.0.2(transitive)
+ Addednormalize-package-data@1.0.3(transitive)
- Removedgithub-url-from-git@1.1.1(transitive)
- Removedgithub-url-from-username-repo@0.2.0(transitive)
- Removednormalize-package-data@0.4.2(transitive)