retry-request
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -5,2 +5,3 @@ 'use strict'; | ||
var debug = require('debug')('retry-request'); | ||
var extend = require('extend'); | ||
@@ -70,3 +71,3 @@ var DEFAULTS = { | ||
var manualCurrentRetryAttemptWasSet = opts && typeof opts.currentRetryAttempt === 'number'; | ||
opts = Object.assign({}, DEFAULTS, opts); | ||
opts = extend({}, DEFAULTS, opts); | ||
@@ -73,0 +74,0 @@ if (typeof opts.request === 'undefined') { |
{ | ||
"name": "retry-request", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Retry a request.", | ||
@@ -27,3 +27,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug": "^4.1.1" | ||
"debug": "^4.1.1", | ||
"extend": "^3.0.2" | ||
}, | ||
@@ -30,0 +31,0 @@ "devDependencies": { |
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
14814
232
2
+ Addedextend@^3.0.2
+ Addedextend@3.0.2(transitive)