@types/bull
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
16020
0