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.15.6 to 3.15.7

3

bull/index.d.ts

@@ -594,4 +594,5 @@ // Type definitions for bull 3.15

* otherwise they will be placed in the queue and executed as soon as possible.
* 'repeat' option is not supported in addBulk https://github.com/OptimalBits/bull/issues/1731
*/
addBulk(jobs: Array<{name?: string | undefined, data: T, opts?: JobOptions | undefined}>): Promise<Array<Job<T>>>;
addBulk(jobs: Array<{name?: string | undefined, data: T, opts?: Omit<JobOptions, "repeat"> | undefined}>): Promise<Array<Job<T>>>;

@@ -598,0 +599,0 @@ /**

{
"name": "@types/bull",
"version": "3.15.6",
"version": "3.15.7",
"description": "TypeScript definitions for bull",

@@ -113,6 +113,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull",

"dependencies": {
"@types/ioredis": "*"
"@types/ioredis": "*",
"@types/redis": "^2.8.0"
},
"typesPublisherContentHash": "176d6ac90d8286076a8035d43bf381fa0d8b346342ca2b76929b9d650cdae202",
"typesPublisherContentHash": "c51e1a4b6e354c512cfc35a71239c0ff4663522a12f095eb8a411e1cfc54ae76",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Mon, 22 Nov 2021 16:31:04 GMT
* Last updated: Thu, 09 Dec 2021 09:01:21 GMT
* Dependencies: [@types/ioredis](https://npmjs.com/package/@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