npm-registry-client
Advanced tools
Comparing version 0.2.29 to 0.2.30
@@ -100,3 +100,3 @@ module.exports = regRequest | ||
if (auth && !token) { | ||
if (auth && !token && authRequired) { | ||
remote.auth = new Buffer(auth, "base64").toString("utf8") | ||
@@ -103,0 +103,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "0.2.29", | ||
"version": "0.2.30", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/isaacs/npm-registry-client" |
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
68653