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.0 to 3.3.1

12

bull/index.d.ts

@@ -19,8 +19,6 @@ // Type definitions for bull 3.3

declare const Bull: {
// tslint:disable:unified-signatures
(queueName: string, opts?: Bull.QueueOptions): Bull.Queue;
(queueName: string, url?: string): Bull.Queue;
(queueName: string, url?: string): Bull.Queue; // tslint:disable-line unified-signatures
new (queueName: string, opts?: Bull.QueueOptions): Bull.Queue;
new (queueName: string, url?: string): Bull.Queue;
// tslint:enable:unified-signatures
new (queueName: string, url?: string): Bull.Queue; // tslint:disable-line unified-signatures
};

@@ -524,4 +522,2 @@

// tslint:disable:unified-signatures
/**

@@ -571,3 +567,3 @@ * Listens to queue events

*/
on(event: 'resumed', callback: EventCallback): this;
on(event: 'resumed', callback: EventCallback): this; // tslint:disable-line unified-signatures

@@ -581,4 +577,2 @@ /**

on(event: 'cleaned', callback: CleanedEventCallback): this;
// tslint:enable:unified-signatures
}

@@ -585,0 +579,0 @@

{
"name": "@types/bull",
"version": "3.3.0",
"version": "3.3.1",
"description": "TypeScript definitions for bull",

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

},
"typesPublisherContentHash": "5419b44cabb4ff6be8443a9e386512cc5183e0e4d567555449e5efb27b369162",
"typesPublisherContentHash": "8742da4ed7da8d8408971c8f870f6dab59120c23d2c46beeb39407439d65a055",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 14 Nov 2017 17:43:01 GMT
* Last updated: Thu, 14 Dec 2017 21:33:44 GMT
* Dependencies: ioredis, bluebird

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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