npm-registry-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -20,2 +20,3 @@ module.exports = regRequest | ||
this.sessionToken = crypto.randomBytes(8).toString("hex") | ||
this.log.verbose("request id", this.sessionToken) | ||
} | ||
@@ -22,0 +23,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
74350
1243