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 2.2.0 to 2.2.1

5

index.d.ts

@@ -1,2 +0,1 @@

declare module 'fetch-retry' {

@@ -13,3 +12,3 @@ type RequestDelayFunction = ((

response: Response | null
) => number);
) => boolean);

@@ -22,4 +21,4 @@ interface IRequestInitWithRetry extends RequestInit {

function fetch(url: RequestInit, options: IRequestInitWithRetry): Promise<Response>;
function fetch(url: String, options?: IRequestInitWithRetry): Promise<Response>;
export = fetch;
}

2

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

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

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