retry-request
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -59,2 +59,5 @@ 'use strict'; | ||
} | ||
if (typeof opts.noResponseRetries !== 'number') { | ||
opts.noResponseRetries = DEFAULTS.noResponseRetries; | ||
} | ||
if (typeof opts.shouldRetryFn !== 'function') { | ||
@@ -61,0 +64,0 @@ opts.shouldRetryFn = DEFAULTS.shouldRetryFn; |
{ | ||
"name": "retry-request", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Retry a request.", | ||
@@ -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
11188
192