npm-registry-client
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -23,3 +23,3 @@ module.exports = regRequest | ||
options = options || {} | ||
var nofollow = !options.follow | ||
var nofollow = (typeof options.follow === 'boolean' ? !options.follow : false) | ||
var etag = options.etag | ||
@@ -26,0 +26,0 @@ var what = options.body |
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "3.0.0", | ||
"version": "3.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
94203
45
1796
2