Socket
Socket
Sign inDemoInstall

retry-axios

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-axios - npm Package Compare versions

Comparing version 2.1.3 to 2.2.0

dist/index.js

27

package.json
{
"name": "retry-axios",
"version": "2.1.3",
"version": "2.2.0",
"description": "Retry HTTP requests with Axios.",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"types": "dist/src/index.d.ts",
"engines": {

@@ -17,8 +20,8 @@ "node": ">=10.0.0"

"clean": "gts clean",
"codecov": "c8 report --reporter=json && codecov -f coverage/*.json",
"fix": "gts fix",
"compile": "tsc -p .",
"compile": "tsc --target ES5 --module CommonJS",
"build-web": "microbundle",
"umd": "rm -rf umd && babel build/src -d umd --source-maps",
"test": "c8 mocha build/test",
"prepare": "npm run compile",
"prepare": "npm run build-web",
"pretest": "npm run compile",

@@ -40,3 +43,2 @@ "license-check": "jsgl --local ."

"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",

@@ -49,16 +51,17 @@ "@types/mocha": "^7.0.0",

"c8": "^7.0.0",
"codecov": "^3.5.0",
"gts": "^2.0.0",
"js-green-licenses": "^1.0.0",
"js-green-licenses": "^2.0.0",
"microbundle": "^0.11.0",
"mocha": "^7.0.0",
"nock": "^12.0.0",
"semantic-release": "^17.0.4",
"typescript": "~3.8.0"
"typescript": "~3.9.0"
},
"files": [
"build/src"
"dist"
],
"c8": {
"exclude": [
"build/test"
"build/test",
"dist"
]

@@ -65,0 +68,0 @@ },

@@ -6,3 +6,3 @@ # retry-axios

[![NPM Version][npm-image]][npm-url]
[![CircleCI][circle-image]][circle-url]
[![GitHub Actions][github-image]][github-url]
[![Dependency Status][david-image]][david-url]

@@ -143,4 +143,4 @@ [![Known Vulnerabilities][snyk-image]][snyk-url]

[circle-image]: https://circleci.com/gh/JustinBeckwith/retry-axios.svg?style=shield
[circle-url]: https://circleci.com/gh/JustinBeckwith/retry-axios
[github-image]: https://github.com/JustinBeckwith/retry-axios/workflows/ci/badge.svg
[github-url]: https://github.com/JustinBeckwith/retry-axios/actions/
[codecov-image]: https://codecov.io/gh/JustinBeckwith/retry-axios/branch/master/graph/badge.svg

@@ -147,0 +147,0 @@ [codecov-url]: https://codecov.io/gh/JustinBeckwith/retry-axios

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