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

5

bull/index.d.ts

@@ -107,2 +107,7 @@ // Type definitions for bull 3.0

finished(): Promise<void>;
/**
* Promotes a job that is currently "delayed" to the "waiting" state and executed as soon as possible.
*/
promote(): Promise<void>;
}

@@ -109,0 +114,0 @@

14

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

@@ -9,11 +9,14 @@ "license": "MIT",

"name": "Bruno Grieder",
"url": "https://github.com/bgrieder"
"url": "https://github.com/bgrieder",
"githubUsername": "bgrieder"
},
{
"name": "Cameron Crothers",
"url": "https://github.com/JProgrammer"
"url": "https://github.com/JProgrammer",
"githubUsername": "JProgrammer"
},
{
"name": "Marshall Cottrell",
"url": "https://github.com/marshall007"
"url": "https://github.com/marshall007",
"githubUsername": "marshall007"
}

@@ -30,5 +33,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "66c8d843e057f2d151411626e4b75b6eb16f0ad5c17553758aea30481bdd9376",
"typesPublisherContentHash": "066e4dc05d801b813657b0b94bb6a312f387552e303793333bbc491541948930",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 15 Jun 2017 20:12:14 GMT
* Last updated: Tue, 19 Sep 2017 20:10:18 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