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 2.1.3 to 2.1.4

12

bull v2.1/index.d.ts

@@ -95,3 +95,3 @@ // Type definitions for bull 2.1.2

*/
delay?: number;
delay?: number | undefined;

@@ -101,3 +101,3 @@ /**

*/
attempts?: number;
attempts?: number | undefined;

@@ -107,3 +107,3 @@ /**

*/
backoff?: number | Backoff
backoff?: number | Backoff | undefined

@@ -114,3 +114,3 @@ /**

*/
lifo?: boolean;
lifo?: boolean | undefined;

@@ -120,3 +120,3 @@ /**

*/
timeout?: number;
timeout?: number | undefined;
}

@@ -334,3 +334,3 @@

*/
priority?: string;
priority?: string | undefined;
}

@@ -337,0 +337,0 @@

{
"name": "@types/bull",
"version": "2.1.3",
"version": "2.1.4",
"description": "TypeScript definitions for bull",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "b15d7312b756fc4682f7a6db7b9eb2cef612160f08fb6b60d5aefbd2def83fbf",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "6d5ad0b012b9daf59349e0ab0a493a74df1b757fe557b3cb59f8dc3edaee76e6",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 25 Sep 2020 19:48:56 GMT
* Last updated: Tue, 06 Jul 2021 18:05:47 GMT
* Dependencies: [@types/redis](https://npmjs.com/package/@types/redis)

@@ -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