Socket
Socket
Sign inDemoInstall

fetch-retry

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-retry - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "fetch-retry",
"version": "1.0.1",
"version": "1.0.2",
"description": "Adds retry functionality to the Fetch API",

@@ -5,0 +5,0 @@ "repository": "https://github.com/jonbern/fetch-retry.git",

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

retries: 3,
timeout: 1000
retryDelay: 1000
})

@@ -28,0 +28,0 @@ .then(function(response) {

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