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.5.1 to 3.5.2

19

bull/index.d.ts

@@ -133,2 +133,21 @@ // Type definitions for bull 3.5

/**
* Which queue this job was part of
*/
queue: Queue<T>;
timestamp: number;
/**
* The named processor name
*/
name: string;
/**
* The stacktrace for any errors
*/
stacktrace: string[];
returnvalue: any;
/**
* Report progress on a job

@@ -135,0 +154,0 @@ */

4

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

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

},
"typesPublisherContentHash": "0f0ca9ff9dabe3eebebcd077d6ad2c89eb98a4474aa36a64777414376d8f8e71",
"typesPublisherContentHash": "90a81cd951fedebd5dc9d81e3ef065ab3aa623645eaf3c0c0fca9b94964bdcfa",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Thu, 20 Dec 2018 18:50:37 GMT
* Last updated: Thu, 17 Jan 2019 19:48:17 GMT
* Dependencies: @types/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