npm-registry-client
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -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": "2.0.2", | ||
"version": "2.0.3", | ||
"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
86594
40
1597