@composite-fetcher/with-caching
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@composite-fetcher/with-caching", | ||
"description": "withCaching is a simple fetcher core plugin to manage request caching with different drivers", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Teofanis Papadopulos", | ||
@@ -21,2 +21,25 @@ "type": "module", | ||
}, | ||
"keywords": [ | ||
"caching", | ||
"http-cache", | ||
"fetch-cache", | ||
"request-cache", | ||
"response-cache", | ||
"storage", | ||
"session-storage", | ||
"local-storage", | ||
"memory-cache", | ||
"ttl", | ||
"cache-control", | ||
"http-caching", | ||
"plugin", | ||
"fetch-plugin", | ||
"api-cache", | ||
"web-cache", | ||
"composite-fetcher", | ||
"plugin", | ||
"fetch-plugin", | ||
"with-caching", | ||
"withCaching" | ||
], | ||
"devDependencies": { | ||
@@ -34,3 +57,3 @@ "@types/isomorphic-fetch": "^0.0.36", | ||
"dependencies": { | ||
"@composite-fetcher/core": "^0.1.5" | ||
"@composite-fetcher/core": "^0.1.6" | ||
}, | ||
@@ -37,0 +60,0 @@ "scripts": { |
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
20743