Socket
Socket
Sign inDemoInstall

bullmq

Package Overview
Dependencies
Maintainers
1
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bullmq - npm Package Compare versions

Comparing version 1.20.2 to 1.20.3

10

dist/bullmq.d.ts

@@ -214,4 +214,4 @@ /// <reference types="node" />

*/
getChildrenValues(): Promise<{
[jobKey: string]: string;
getChildrenValues<CT = any>(): Promise<{
[jobKey: string]: CT;
}>;

@@ -224,4 +224,6 @@ /**

getDependencies(): Promise<{
processed: string[];
unprocessed: object;
processed: {
[jobKey: string]: string;
};
unprocessed: string[];
}>;

@@ -228,0 +230,0 @@ /**

@@ -111,4 +111,4 @@ import { Redis } from 'ioredis';

*/
getChildrenValues(): Promise<{
[jobKey: string]: string;
getChildrenValues<CT = any>(): Promise<{
[jobKey: string]: CT;
}>;

@@ -121,4 +121,6 @@ /**

getDependencies(): Promise<{
processed: string[];
unprocessed: object;
processed: {
[jobKey: string]: string;
};
unprocessed: string[];
}>;

@@ -125,0 +127,0 @@ /**

2

package.json
{
"name": "bullmq",
"version": "1.20.2",
"version": "1.20.3",
"description": "Queue for messages and jobs based on Redis",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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