Socket
Socket
Sign inDemoInstall

is-retry-allowed

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-retry-allowed - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

index.d.ts

10

package.json
{
"name": "is-retry-allowed",
"version": "2.0.0",
"version": "2.1.0",
"description": "Check whether a request can be retried based on the `error.code`",

@@ -17,6 +17,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -34,5 +35,6 @@ "keywords": [

"devDependencies": {
"ava": "^2.3.0",
"ava": "^3.14.0",
"tsd": "^0.14.0",
"xo": "^0.36.1"
}
}
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