New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-retry

Package Overview
Dependencies
Maintainers
0
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-retry - npm Package Versions

234567

6.0.0

Diff
franckldx
published 6.0.0 •
franckldx
published 5.0.1 •

Changelog

Source

5.0.1

Fix missing exports: retryDecorator a retryAsyncDecorator

franckldx
published 5.0.0 •

Changelog

Source

5.0.0

Update dependencies to fix testing,

Breaking changes: add attempt data to onError & onSuccessFunc function for logging purposes

franckldx
published 4.2.5 •

Changelog

Source

4.2.5

Update dependencies

franckldx
published 4.2.4 •

Changelog

Source

4.2.4

Update dependencies & Fix readme

franckldx
published 4.2.3 •

Changelog

Source

4.2.3

Update dependencies

franckldx
published 4.2.2 •

Changelog

Source

4.2.2

Update dependencies & export retryAsyncUntilDefined

franckldx
published 4.2.1 •

Changelog

Source

4.2.1

Addexport of retryUntilDefined and retryAsyncUntilDefinedDecorator

franckldx
published 4.2.0 •

Changelog

Source

4.2.0

Add onError to RetryOptions Remove browser entry from package.json, its an issue for reac-native project

franckldx
published 4.1.2 •

Changelog

Source

4.1.2

Update deps Fix export: add createExponetialDelay, createMutiplicableDelay and createRandomDelay