npm-registry-client
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -34,3 +34,3 @@ | ||
// on windows ":" is not an allowed character in a foldername | ||
cacheUri = cacheUri.replace(/:/g, '_') | ||
cacheUri = cacheUri.replace(/:/g, '_').replace(/\?write=true$/, '') | ||
var cache = path.join(this.conf.get('cache'), cacheUri, ".cache.json") | ||
@@ -37,0 +37,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Client for the npm registry", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"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
73407