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

@lifeomic/attempt

Package Overview
Dependencies
Maintainers
34
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lifeomic/attempt - npm Package Compare versions

Comparing version 2.0.6 to 3.0.0

7

package.json
{
"name": "@lifeomic/attempt",
"version": "2.0.6",
"version": "3.0.0",
"description": "Library that can be used to retry functions that return promise",

@@ -51,3 +51,3 @@ "main": "./src/",

"devDependencies": {
"@types/node": "^9.4.5",
"@types/node": "^10.0.3",
"ava": "^0.25.0",

@@ -58,3 +58,4 @@ "babel-cli": "^6.26.0",

"coveralls": "^3.0.0",
"nyc": "^11.4.1",
"inquirer": "^6.2.0",
"nyc": "^12.0.1",
"source-map-support": "^0.5.3",

@@ -61,0 +62,0 @@ "tslint": "^5.9.1",

@@ -94,3 +94,3 @@ # Attempt

The delay between each attempt in milliseocnds.
The delay between each attempt in milliseconds.
You can provide a `factor` to have the `delay` grow exponentially.

@@ -97,0 +97,0 @@

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