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

async-await-retry

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-await-retry - npm Package Versions

1

1.0.4

Diff

wallet77
published 1.0.3 •

wallet77
published 1.0.2 •

wallet77
published 1.0.1 •

wallet77
published 1.0.0 •

Changelog

Source

Version 1.0.0 released on 2019-01-11

Features

Retry a function

This main feature is to retry a function until it succeeds.
A configuration object can help to adapt to each use case.

Release - Version 1.0.0

Exponential retry

Exponential retry allow a function to increase the waiting time between reties after each retry failure.
It can be very useful in case of network errors or third party failure to let the time to those external components to retrieve a stable state.

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