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

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.2 to 1.0.3

2

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

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

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

## Example
`fetch-retry` works the same way as `fetch`, but also accepts `retries` and `retryDelay` on the options object. If omitted, they will default to 3 retries with a retry delay of 1000 ms.
`fetch-retry` works the same way as `fetch`, but also accepts `retries` and `retryDelay` in the `options` argument. When omitted it will default to 3 retries with a 1000ms retry delay.

@@ -19,0 +19,0 @@ ```javascript

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