Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

re

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

re - npm Package Compare versions

Comparing version 0.0.1-6 to 0.0.1-7

2

package.json
{
"name": "re",
"description": "Do it again, after a bit.",
"version": "0.0.1-6",
"version": "0.0.1-7",
"main": "./lib/re",

@@ -6,0 +6,0 @@ "keywords": ["utility", "retry", "exponential backoff", "linear backoff"],

@@ -62,6 +62,10 @@ # Re

retries : 10,
retryStrategy : {"type": retry.RETRY_STRATEGY.EXPONENTIAL, "initial":100, "base":2},
retryStrategy : {
"type": retry.RETRY_STRATEGY.EXPONENTIAL,
"initial":100,
"base":2
}
}
You pass this into the `Re` constructor.
You pass this options object into the `Re` constructor.

@@ -68,0 +72,0 @@ var re = retry.Re(options);

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