superagent-cache
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "superagent-cache", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Superagent with flexible built-in caching.", | ||
@@ -5,0 +5,0 @@ "main": "superagentCache.js", |
@@ -10,3 +10,3 @@ /** | ||
var superagent = (agent) ? agent : require('superagent'); | ||
if(cache){ | ||
@@ -125,2 +125,3 @@ superagent.cache = cache; | ||
if(!err && response){ | ||
_this.abort(); | ||
callbackExecutor(cb, err, response, key); | ||
@@ -127,0 +128,0 @@ } |
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
42416
749