@types/bull
Advanced tools
Comparing version 3.3.5 to 3.3.6
@@ -460,7 +460,2 @@ // Type definitions for bull 3.3 | ||
/** | ||
* Returns a promise that will return an array with the waiting jobs between start and end. | ||
*/ | ||
getWaiting(start?: number, end?: number): Promise<Job[]>; | ||
/** | ||
* Returns JobInformation of repeatable jobs (ordered descending). Provide a start and/or an end | ||
@@ -467,0 +462,0 @@ * index to limit the number of results. Start defaults to 0, end to -1 and asc to false. |
{ | ||
"name": "@types/bull", | ||
"version": "3.3.5", | ||
"version": "3.3.6", | ||
"description": "TypeScript definitions for bull", | ||
@@ -43,4 +43,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "57f1403f870e50a60f46d1724943424e76aa47608a759d464ab13cb1e4f115b3", | ||
"typesPublisherContentHash": "d337c236785903564494dd65f9a2e31b0b01d9eb42ac8d05642467efd903d80f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 13 Feb 2018 20:54:39 GMT | ||
* Last updated: Tue, 20 Feb 2018 18:31:26 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
24214
515