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.0 to 1.0.1

5

package.json
{
"name": "promise-retry",
"version": "1.0.0",
"version": "1.0.1",
"description": "Retries a function that returns a promise, leveraging the power of the retry module.",

@@ -34,3 +34,6 @@ "main": "index.js",

"retry": "^0.8.0"
},
"engines" : {
"node" : ">=0.12"
}
}

2

README.md

@@ -18,3 +18,3 @@ # node-promise-retry

There's already some modules that are able to retry functions that return promises but
they were rather difficult to use or do not offer an easy to do conditional retries.
they were rather difficult to use or do not offer an easy way to do conditional retries.

@@ -21,0 +21,0 @@

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