reliable-get
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -49,3 +49,3 @@ 'use strict'; | ||
options.headers.accept = options.headers.accept || 'text/html,application/xhtml+xml,application/xml,application/json'; | ||
options.headers['user-agent'] = 'Reliable-Get-Request-Agent'; | ||
options.headers['user-agent'] = options.headers['user-agent'] || 'Reliable-Get-Request-Agent'; | ||
@@ -52,0 +52,0 @@ var followRedirect = config.followRedirect !== false; // falsey value |
{ | ||
"name": "reliable-get", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "A circuit breaker and cached wrapper for GET requests (enables reliable external service interaction).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
33626851