Comparing version 11.2.0 to 11.2.1
@@ -95,5 +95,7 @@ const Fetcher = require('./fetcher.js') | ||
if (this.packumentCache) | ||
this.packumentCache.set(this.pakumentUrl, packument) | ||
this.packumentCache.set(this.packumentUrl, packument) | ||
return packument | ||
})).catch(er => { | ||
if (this.packumentCache) | ||
this.packumentCache.delete(this.packumentUrl) | ||
if (er.code === 'E404' && !this.fullMetadata) { | ||
@@ -100,0 +102,0 @@ // possible that corgis are not supported by this registry |
{ | ||
"name": "pacote", | ||
"version": "11.2.0", | ||
"version": "11.2.1", | ||
"description": "JavaScript package downloader", | ||
@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", |
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
60269
1266