reliable-get
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -12,3 +12,3 @@ 'use strict'; | ||
var CacheFactory = require('./lib/cache/cacheFactory'); | ||
var DEFAULT_MAX_SOCKETS = Infinity; | ||
var DEFAULT_MAX_SOCKETS = 100; | ||
@@ -15,0 +15,0 @@ function ReliableGet(config) { |
{ | ||
"name": "reliable-get", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "A circuit breaker and cached wrapper for GET requests (enables reliable external service interaction).", | ||
@@ -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
33626925