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.0.1 to 3.0.2

4

bull/index.d.ts

@@ -91,3 +91,3 @@ // Type definitions for bull 3.0

* Removes a job from the queue and from any lists it may be included in.
* @returns {Promise} A promise that resolves when the job is removed.
* @returns A promise that resolves when the job is removed.
*/

@@ -98,3 +98,3 @@ remove(): Promise<void>;

* Re-run a job that has failed.
* @returns {Promise} A promise that resolves when the job is scheduled for retry.
* @returns A promise that resolves when the job is scheduled for retry.
*/

@@ -101,0 +101,0 @@ retry(): Promise<void>;

{
"name": "@types/bull",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for bull",

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

},
"typesPublisherContentHash": "066e4dc05d801b813657b0b94bb6a312f387552e303793333bbc491541948930",
"typesPublisherContentHash": "22c300cd9af23da94280da72758f4fc67f519a5a7b1911fb8493a5d2265effea",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 19 Sep 2017 20:10:18 GMT
* Last updated: Wed, 25 Oct 2017 00:19:45 GMT
* Dependencies: ioredis

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