Socket
Socket
Sign inDemoInstall

axios-retry

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-retry - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

18

index.d.ts

@@ -7,3 +7,3 @@ import * as axios from 'axios'

axiosRetryConfig?: IAxiosRetry.IAxiosRetryConfig
): void;
): IAxiosRetry.IAxiosRetryReturn;

@@ -61,2 +61,17 @@ isNetworkError(error: Error): boolean;

}
export interface IAxiosRetryReturn {
/**
* The interceptorId for the request interceptor
*
* @type {number}
*/
requestInterceptorId: number;
/**
* The interceptorId for the response interceptor
*
* @type {number}
*/
responseInterceptorId: number;
}
}

@@ -67,2 +82,3 @@

export type IAxiosRetryConfig = IAxiosRetry.IAxiosRetryConfig;
export type IAxiosRetryReturn = IAxiosRetry.IAxiosRetryReturn;

@@ -69,0 +85,0 @@ export default axiosRetry;

2

package.json
{
"name": "axios-retry",
"version": "3.6.0",
"version": "3.6.1",
"author": "Rubén Norte <ruben.norte@softonic.com>",

@@ -5,0 +5,0 @@ "description": "Axios plugin that intercepts failed requests and retries them whenever posible.",

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