bv-ui-core
Advanced tools
Comparing version 2.9.3 to 2.9.4
@@ -170,2 +170,6 @@ | ||
.then((cachedResponse) => { | ||
if (!cachedResponse) { | ||
this.cachedUrls.delete(cacheKey) | ||
return Promise.resolve(null); | ||
} | ||
// If response found in cache, return it | ||
@@ -172,0 +176,0 @@ if (cachedResponse) { |
{ | ||
"name": "bv-ui-core", | ||
"version": "2.9.3", | ||
"version": "2.9.4", | ||
"license": "Apache 2.0", | ||
@@ -5,0 +5,0 @@ "description": "Bazaarvoice UI-related JavaScript", |
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
263942
6148