axios-cache-interceptor
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "axios-cache-interceptor", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Cache interceptor for axios", | ||
@@ -21,5 +21,4 @@ "license": "MIT", | ||
}, | ||
"browser": "./dist/index.umd.js", | ||
"jsdelivr": "./dist/index.umd.js", | ||
"unpkg": "./dist/index.umd.js", | ||
"jsdelivr": "./dist/index.bundle.js", | ||
"unpkg": "./dist/index.bundle.js", | ||
"sideEffects": false, | ||
@@ -26,0 +25,0 @@ "runkitExampleFilename": "./examples/runkit.js", |
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
338855