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

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.9.0 to 3.9.1

index.d.ts

19

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

@@ -11,3 +11,4 @@ "description": "Axios plugin that intercepts failed requests and retries them whenever posible.",

"lib",
"index.cjs"
"index.js",
"index.d.ts"
],

@@ -62,3 +63,3 @@ "scripts": {

},
"types": "lib/esm/index.d.ts",
"types": "./index.d.ts",
"main": "index.js",

@@ -68,11 +69,5 @@ "module": "lib/esm/index.js",

".": {
"import": {
"types": "./lib/esm/index.d.ts",
"default": "./lib/esm/index.js"
},
"require": {
"types": "./lib/cjs/index.d.ts",
"default": "./index.js"
},
"default": "./index.js"
"types": "./index.d.ts",
"import": "./lib/esm/index.js",
"require": "./index.js"
},

@@ -79,0 +74,0 @@ "./package.json": "./package.json"

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