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

ts-retry

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-retry - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/index.d.ts

@@ -5,3 +5,3 @@ export interface RetryOptions {

}
export declare function retry<T>(fn: () => T, retryOptions: RetryOptions): Promise<{}>;
export declare function retry<T>(fn: () => T, retryOptions: RetryOptions): Promise<T>;
export declare function retryAsync<T>(fn: () => Promise<T>, { maxTry, delay }: RetryOptions): Promise<T>;
{
"name": "ts-retry",
"version": "1.0.1",
"main": "index.js",
"version": "1.0.2",
"main": "lib/index.js",
"repository": "https://github.com/franckLdx/ts-retry.git",

@@ -6,0 +6,0 @@ "author": "Franck Ledoux <franck.ledoux.pro@gmail.com>",

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