superagent-cache
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -8,4 +8,5 @@ /******************************************************** | ||
module.exports = function(superagent, config){ | ||
module.exports = function(agent, config){ | ||
var superagent = (agent) ? agent : require('superagent'); | ||
config = config || {}; | ||
@@ -232,2 +233,6 @@ var Request = superagent.Request; | ||
if(!agent){ | ||
return superagent; | ||
} | ||
} |
{ | ||
"name": "superagent-cache", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Superagent with tiered caching provided by cache-service.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
22807
460