api-cache-box
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -50,2 +50,4 @@ "use strict"; | ||
cacheKey = new URL(url).searchParams.toString(); | ||
if (___apiCacheObject[cacheKey]) | ||
return [2 /*return*/, ___apiCacheObject]; | ||
_b.label = 1; | ||
@@ -52,0 +54,0 @@ case 1: |
{ | ||
"name": "api-cache-box", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Calls api and caches response", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
6497
85