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 1.0.31 to 2.1.0

11

bull/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for bull 1.0.0
// Type definitions for bull 2.1.2
// Project: https://github.com/OptimalBits/bull
// Definitions by: Bruno Grieder <https://github.com/bgrieder>
// Definitions by: Bruno Grieder <https://github.com/bgrieder>, Cameron Crothers <https://github.com/JProgrammer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -50,2 +50,9 @@

retry(): Promise<void>;
/**
* Returns a promise the resolves when the job has been finished.
* TODO: Add a watchdog to check if the job has finished periodically.
* since pubsub does not give any guarantees.
*/
finished(): Promise<void>;
}

@@ -52,0 +59,0 @@

19

bull/package.json
{
"name": "@types/bull",
"version": "1.0.31",
"description": "TypeScript definitions for bull 1.0.0",
"version": "2.1.0",
"description": "TypeScript definitions for bull",
"license": "MIT",
"author": "Bruno Grieder <https://github.com/bgrieder>",
"contributors": [
{
"name": "Bruno Grieder",
"url": "https://github.com/bgrieder"
},
{
"name": "Cameron Crothers",
"url": "https://github.com/JProgrammer"
}
],
"main": "",

@@ -17,4 +26,4 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "3dd8dce05786e97193460ca1e726b3f179c10d1cf232cce6b8a1028b31393364"
"typesPublisherContentHash": "6ea441cd50ca0bfeaebe6de344114e65034dd05ba4ca0b09c1c7a4669905640f",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for bull 1.0.0 (https://github.com/OptimalBits/bull).
This package contains type definitions for bull (https://github.com/OptimalBits/bull).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/bull
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/bull
Additional Details
* Last updated: Wed, 26 Oct 2016 19:23:25 GMT
* File structure: ModuleAugmentation
* Library Dependencies: redis
* Module Dependencies: redis
* Last updated: Thu, 09 Mar 2017 00:19:49 GMT
* Dependencies: redis
* Global values: none
# Credits
These definitions were written by Bruno Grieder <https://github.com/bgrieder>.
These definitions were written by Bruno Grieder <https://github.com/bgrieder>, Cameron Crothers <https://github.com/JProgrammer>.
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