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

retry-machine

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-machine - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

3

lib/index.js

@@ -20,6 +20,7 @@ 'use strict';

try {
logger.info('Retry Machine: ', ...args);
logger.info('Retry Machine args: ', ...args);
result = await promise(...args);
break;
} catch (e) {
logger.error('Retry Machine error: ', e);
attempts -= 1;

@@ -26,0 +27,0 @@ await failure(e, attempts);

{
"name": "retry-machine",
"version": "0.2.0",
"version": "0.3.0",
"description": "Retry Promises",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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