npm-registry-client
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -20,6 +20,2 @@ module.exports = adduser | ||
if (password.indexOf(":") !== -1) return cb(new Error( | ||
"Sorry, ':' chars are not allowed in passwords.\n"+ | ||
"See <https://issues.apache.org/jira/browse/COUCHDB-969> for why.")) | ||
var salt = crypto.randomBytes(30).toString('hex') | ||
@@ -26,0 +22,0 @@ , userobj = |
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"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
75551
1271