Socket
Socket
Sign inDemoInstall

axios-retry-after

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

12

package.json
{
"name": "axios-retry-after",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tiny HTTP 429 Retry-After interceptor for axios",

@@ -18,3 +18,3 @@ "repository": "https://github.com/compwright/axios-retry-after",

"changelog": "github_changelog_generator -u compwright -p axios-retry-after && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"lint": "standard src/*.js tests/*.js --fix",
"lint": "standard src/*.js test/*.js --fix",
"pretest": "npm run lint",

@@ -41,9 +41,9 @@ "test": "mocha ./test/*.test.js"

"peerDependencies": {
"axios": "^0.19.2"
"axios": "^0.21.0"
},
"devDependencies": {
"axios": "^0.19.2",
"mocha": "^8.0.1",
"standard": "^14.3.4"
"axios": "^0.21.0",
"mocha": "^8.2.1",
"standard": "^16.0.3"
}
}

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

[![Download Status](https://img.shields.io/npm/dm/axios-retry-after.svg?style=flat-square)](https://www.npmjs.com/package/axios-retry-after)
[![Sponsor on GitHub](https://img.shields.io/static/v1?label=Sponsor&message=❤&logo=GitHub&link=https://github.com/sponsors/compwright)](https://github.com/sponsors/compwright)

@@ -8,0 +9,0 @@ A tiny HTTP retry interceptor for [axios](https://www.npmjs.com/package/axios).

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