Socket
Socket
Sign inDemoInstall

fetch-retry

Package Overview
Dependencies
1
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

3

index.js

@@ -31,3 +31,3 @@ 'use strict';

};
defaults = Object.assign(baseDefaults, defaults);

@@ -64,2 +64,3 @@

// eslint-disable-next-line no-undef
return new Promise(function (resolve, reject) {

@@ -66,0 +67,0 @@ var wrappedFetch = function (attempt) {

{
"name": "fetch-retry",
"version": "3.2.2",
"version": "3.2.3",
"description": "Extend any fetch library with retry functionality",

@@ -9,3 +9,4 @@ "repository": "https://github.com/jonbern/fetch-retry.git",

"scripts": {
"test": "nyc mocha test/**/**.js",
"lint": "eslint index.js ./test/**/*.js",
"test": "nyc mocha test/**/**.js && npm run lint",
"integration-test": "mocha test/integration/"

@@ -12,0 +13,0 @@ },

@@ -7,3 +7,3 @@ # fetch-retry

[![Build Status](https://travis-ci.org/jonbern/fetch-retry.svg?branch=master)](https://travis-ci.org/jonbern/fetch-retry)
[![Build Status](https://travis-ci.org/jonbern/fetch-retry.svg)](https://travis-ci.org/jonbern/fetch-retry)

@@ -10,0 +10,0 @@ ## npm package

@@ -385,4 +385,4 @@ 'use strict';

});
})
})
});
});

@@ -389,0 +389,0 @@ describe('when #init.retries=1', function () {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc