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.3.4 to 3.3.5

7

bull/index.d.ts

@@ -138,3 +138,3 @@ // Type definitions for bull 3.3

type JobStatus = 'completed' | 'wait' | 'active' | 'delayed' | 'failed';
type JobStatus = 'completed' | 'waiting' | 'active' | 'delayed' | 'failed';

@@ -436,2 +436,7 @@ interface BackoffOptions {

/**
* Returns a promise that will return an array with the waiting jobs between start and end.
*/
getWaiting(start?: number, end?: number): Promise<Job[]>;
/**
* Returns a promise that will return an array with the active jobs between start and end.

@@ -438,0 +443,0 @@ */

4

bull/package.json
{
"name": "@types/bull",
"version": "3.3.4",
"version": "3.3.5",
"description": "TypeScript definitions for bull",

@@ -43,4 +43,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "7b3fe1c65ebb835f944f0411000135955c8bbaf206bb93aac2ff1e5f5db2dc2a",
"typesPublisherContentHash": "57f1403f870e50a60f46d1724943424e76aa47608a759d464ab13cb1e4f115b3",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 30 Jan 2018 20:01:15 GMT
* Last updated: Tue, 13 Feb 2018 20:54:39 GMT
* Dependencies: ioredis, bluebird

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