Socket
Socket
Sign inDemoInstall

retry-axios

Package Overview
Dependencies
9
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 3.0.0

build/src/index.d.ts

50

package.json
{
"name": "retry-axios",
"version": "2.6.0",
"version": "3.0.0",
"description": "Retry HTTP requests with Axios.",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"types": "dist/src/index.d.ts",
"exports": "./build/src/index.js",
"type": "module",
"types": "./build/src/index.d.ts",
"engines": {
"node": ">=10.7.0"
"node": ">=14"
},

@@ -21,7 +19,4 @@ "repository": {

"fix": "gts fix",
"compile": "tsc --target ES5 --module CommonJS",
"build-web": "microbundle",
"umd": "rm -rf umd && babel build/src -d umd --source-maps",
"compile": "tsc -p .",
"test": "c8 mocha build/test",
"prepare": "npm run build-web",
"pretest": "npm run compile",

@@ -42,21 +37,17 @@ "license-check": "jsgl --local ."

"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@types/mocha": "^9.0.0",
"@types/sinon": "^10.0.0",
"@types/node": "^14.0.0",
"axios": "^0.21.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"c8": "^7.0.0",
"gts": "^3.0.0",
"js-green-licenses": "^3.0.0",
"microbundle": "^0.11.0",
"mocha": "^9.0.0",
"nock": "^13.0.0",
"semantic-release": "^17.0.4",
"sinon": "^11.0.0",
"typescript": "~4.3.0"
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.11",
"@types/node": "^17.0.31",
"axios": "^0.26.0",
"c8": "^7.11.2",
"gts": "^3.1.0",
"js-green-licenses": "^3.0.1",
"mocha": "^10.0.0",
"nock": "^13.2.4",
"semantic-release": "^19.0.2",
"sinon": "^13.0.2",
"typescript": "~4.6.4"
},
"files": [
"dist"
"build/src"
],

@@ -68,4 +59,3 @@ "c8": {

]
},
"browserslist": "> 1%, last 2 versions, Firefox ESR"
}
}
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