Comparing version 1.0.6 to 1.0.7
@@ -85,2 +85,3 @@ import _Promise from 'babel-runtime/core-js/promise'; | ||
var cacheKey = this.getCacheKey(config); | ||
@@ -87,0 +88,0 @@ var cachedValue = this.getCachedValue(cacheKey); |
@@ -89,2 +89,3 @@ 'use strict'; | ||
var cacheKey = this.getCacheKey(config); | ||
@@ -91,0 +92,0 @@ var cachedValue = this.getCachedValue(cacheKey); |
@@ -91,2 +91,3 @@ (function (global, factory) { | ||
var cacheKey = this.getCacheKey(config); | ||
@@ -93,0 +94,0 @@ var cachedValue = this.getCachedValue(cacheKey); |
@@ -0,0 +0,0 @@ The MIT License |
{ | ||
"name": "cachios", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Simple axios cache wrapper using node-cache", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^0.16.1", | ||
"axios": "^0.17.0", | ||
"babel-runtime": "^6.23.0", | ||
@@ -25,0 +25,0 @@ "node-cache": "^4.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29291
0
+ Addedaxios@0.17.1(transitive)
- Removedaxios@0.16.2(transitive)
Updatedaxios@^0.17.0