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

@types/bull

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bull - npm Package Compare versions

Comparing version 3.5.8 to 3.5.9

4

bull/index.d.ts

@@ -52,5 +52,5 @@ // Type definitions for bull 3.5

* When specified, the `Queue` will use this function to create new `ioredis` client connections.
* This is useful if you want to re-use connections.
* This is useful if you want to re-use connections or connect to a Redis cluster.
*/
createClient?(type: 'client' | 'subscriber' | 'bclient', redisOpts?: Redis.RedisOptions): Redis.Redis;
createClient?(type: 'client' | 'subscriber' | 'bclient', redisOpts?: Redis.RedisOptions): Redis.Redis | Redis.Cluster;

@@ -57,0 +57,0 @@ /**

{
"name": "@types/bull",
"version": "3.5.8",
"version": "3.5.9",
"description": "TypeScript definitions for bull",

@@ -77,3 +77,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/bull"
},

@@ -84,4 +85,4 @@ "scripts": {},

},
"typesPublisherContentHash": "d1009e7381598b917939d02ad7a537dce1e4e3740b83336f8494958d2db25797",
"typesPublisherContentHash": "ea8d7befccd2b1ef9a7de5d41e926dcdd7fc24d7b7344863a3ab8f0e1db47443",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 19 Feb 2019 21:00:27 GMT
* Last updated: Mon, 18 Mar 2019 16:08:40 GMT
* Dependencies: @types/ioredis

@@ -14,0 +14,0 @@ * Global values: none

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