Socket
Socket
Sign inDemoInstall

@ethanresnick/retry-axios

Package Overview
Dependencies
9
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 2.6.1

2

dist/src/index.d.ts

@@ -61,3 +61,3 @@ import { AxiosError, AxiosInstance, AxiosRequestConfig } from 'axios';

}
export declare type RaxConfig = {
export type RaxConfig = {
raxConfig: RetryConfig;

@@ -64,0 +64,0 @@ } & AxiosRequestConfig;

{
"name": "@ethanresnick/retry-axios",
"version": "2.6.0",
"version": "2.6.1",
"description": "Retry HTTP requests with Axios.",

@@ -28,3 +28,3 @@ "source": "src/index.ts",

"fix": "gts fix",
"compile": "tsc --target ES5 --module CommonJS",
"compile": "tsc --target ES5 --module nodenext",
"build-web": "microbundle",

@@ -52,4 +52,4 @@ "umd": "rm -rf umd && babel build/src -d umd --source-maps",

"@types/mocha": "^9.0.0",
"@types/node": "^14.0.0",
"@types/sinon": "^10.0.0",
"@types/node": "^14.0.0",
"axios": "^0.21.0",

@@ -65,3 +65,3 @@ "babel-plugin-transform-es2015-modules-umd": "^6.24.1",

"sinon": "^11.0.0",
"typescript": "~4.3.0"
"typescript": "^4.9.3"
},

@@ -68,0 +68,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc