@types/bull
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -95,3 +95,3 @@ // Type definitions for bull 3.4 | ||
backoffStrategies?: { | ||
[key: string]: (attemptsMade: number, err: typeof Error) => number; | ||
[key: string]: (attemptsMade: number, err: Error) => number; | ||
}; | ||
@@ -98,0 +98,0 @@ |
{ | ||
"name": "@types/bull", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "TypeScript definitions for bull", | ||
@@ -79,4 +79,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "1111cb7a8059a096a4d1dd47b1e2a2cba79c0c6488bfa09efce598e0882a9c5a", | ||
"typesPublisherContentHash": "a2dad1303fafd3346a0d79769d0cbddc89a09cdf7202cfa8872fbcf39ce486b7", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Nov 2018 22:27:03 GMT | ||
* Last updated: Wed, 28 Nov 2018 20:35:49 GMT | ||
* Dependencies: ioredis, bluebird | ||
@@ -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
31344