superagent-cache
Advanced tools
Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "superagent-cache", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Superagent with tiered caching provided by cache-service.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -258,3 +258,3 @@ # superagent-cache | ||
//First, require and instantiate cache-service with your preferred options | ||
var cs = require('cache-service).cacheService; | ||
var cs = require('cache-service').cacheService; | ||
var cacheService = new cs({verbose: true}, [ | ||
@@ -261,0 +261,0 @@ {type: 'node-cache', defaultExpiration: 1600}, |
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
28173