Socket
Socket
Sign inDemoInstall

bottleneck

Package Overview
Dependencies
0
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.19.3 to 2.19.4

15

bottleneck.d.ts

@@ -80,2 +80,9 @@ declare module "bottleneck" {

*/
/**
* Optional Redis/IORedis library from `require('ioredis')` or equivalent. If not, Bottleneck will attempt to require Redis/IORedis at runtime.
*/
readonly Redis?: any;
/**
* Bottleneck connection object created from `new Bottleneck.RedisConnection` or `new Bottleneck.IORedisConnection`.
*/
readonly connection?: Bottleneck.RedisConnection | Bottleneck.IORedisConnection | null;

@@ -173,2 +180,6 @@ /**

readonly client?: any;
/**
* Optional Redis library from `require('redis')` or equivalent. If not, Bottleneck will attempt to require Redis at runtime.
*/
readonly Redis?: any;
};

@@ -189,2 +200,6 @@

readonly client?: any;
/**
* Optional IORedis library from `require('ioredis')` or equivalent. If not, Bottleneck will attempt to require IORedis at runtime.
*/
readonly Redis?: any;
};

@@ -191,0 +206,0 @@

2

bower.json
{
"name": "bottleneck",
"main": "bottleneck.js",
"version": "2.19.3",
"version": "2.19.4",
"homepage": "https://github.com/SGrondin/bottleneck",

@@ -6,0 +6,0 @@ "authors": [

@@ -1,1 +0,1 @@

{"version":"2.19.3"}
{"version":"2.19.4"}

@@ -803,3 +803,3 @@ /**

var version = "2.19.3";
var version = "2.19.4";
var version$1 = {

@@ -806,0 +806,0 @@ version: version

{
"name": "bottleneck",
"version": "2.19.3",
"version": "2.19.4",
"description": "Distributed task scheduler and rate limiter",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc