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

backoff-rxjs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backoff-rxjs - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/observable/intervalBackoff.d.ts

@@ -5,3 +5,3 @@ import { Observable } from "rxjs";

maxInterval?: number;
backoffDelay: (iteration: number, initialInterval: number) => number;
backoffDelay?: (iteration: number, initialInterval: number) => number;
}

@@ -8,0 +8,0 @@ /**

@@ -7,3 +7,3 @@ import { Observable } from 'rxjs';

cancelRetry?: (error: E) => boolean;
backoffDelay: (iteration: number, initialInterval: number) => number;
backoffDelay?: (iteration: number, initialInterval: number) => number;
}

@@ -10,0 +10,0 @@ /**

{
"name": "backoff-rxjs",
"version": "0.0.5",
"version": "0.0.6",
"description": "A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)",

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

@@ -9,3 +9,3 @@ import { Observable, of, timer } from "rxjs";

maxInterval?: number;
backoffDelay: (iteration: number, initialInterval: number) => number;
backoffDelay?: (iteration: number, initialInterval: number) => number;
}

@@ -12,0 +12,0 @@ /**

@@ -11,3 +11,3 @@ import {iif, interval, Observable, throwError, timer, zip} from 'rxjs';

cancelRetry?: (error: E) => boolean;
backoffDelay: (iteration: number, initialInterval: number) => number;
backoffDelay?: (iteration: number, initialInterval: number) => number;
}

@@ -14,0 +14,0 @@

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