Socket
Socket
Sign inDemoInstall

promise-retry

Package Overview
Dependencies
3
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

10

package.json
{
"name": "promise-retry",
"version": "1.0.1",
"version": "1.0.2",
"description": "Retries a function that returns a promise, leveraging the power of the retry module.",
"main": "index.js",
"scripts": {
"test": "mocha --bail -R spec -t 10000"
"test": "mocha --bail -t 10000"
},

@@ -33,7 +33,7 @@ "bugs": {

"promise-try": "^1.0.1",
"retry": "^0.8.0"
"retry": "^0.9.0"
},
"engines" : {
"node" : ">=0.12"
"engines": {
"node": ">=0.12"
}
}
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