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

exponential-backoff

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exponential-backoff - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

dist/backoff.d.ts
import { IBackOffOptions } from "./options";
export { IBackOffOptions };
export declare function backOff<T>(request: () => Promise<T>, options?: Partial<IBackOffOptions>): Promise<T>;

2

package.json
{
"name": "exponential-backoff",
"version": "2.1.0",
"version": "2.1.1",
"description": "A utility that allows retrying a function with an exponential delay between attempts.",

@@ -5,0 +5,0 @@ "main": "dist/backoff.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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