Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

retry-request

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-request - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

3

index.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc