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 5.1.11 to 5.1.12

10

dist/cjs/classes/redis-connection.js

@@ -195,5 +195,13 @@ "use strict";

await this.initializing;
if (!this.shared) {
}
if (!this.shared) {
if (status == 'initializing') {
// If we have not still connected to Redis, we need to disconnect.
this._client.disconnect();
}
else {
await this._client.quit();
}
// As IORedis does not update this status properly, we do it ourselves.
this._client['status'] = 'end';
}

@@ -200,0 +208,0 @@ }

2

dist/cjs/scripts/addDelayedJob-6.js

@@ -44,3 +44,2 @@ "use strict";

local data = ARGV[2]
local opts = cmsgpack.unpack(ARGV[3])
local parentKey = args[5]

@@ -259,2 +258,3 @@ local repeatJobKey = args[9]

local maxEvents = getOrSetMaxEvents(metaKey)
local opts = cmsgpack.unpack(ARGV[3])
local parentDependenciesKey = args[7]

@@ -261,0 +261,0 @@ local timestamp = args[4]

@@ -192,5 +192,13 @@ import { EventEmitter } from 'events';

await this.initializing;
if (!this.shared) {
}
if (!this.shared) {
if (status == 'initializing') {
// If we have not still connected to Redis, we need to disconnect.
this._client.disconnect();
}
else {
await this._client.quit();
}
// As IORedis does not update this status properly, we do it ourselves.
this._client['status'] = 'end';
}

@@ -197,0 +205,0 @@ }

@@ -41,3 +41,2 @@ const content = `--[[

local data = ARGV[2]
local opts = cmsgpack.unpack(ARGV[3])
local parentKey = args[5]

@@ -256,2 +255,3 @@ local repeatJobKey = args[9]

local maxEvents = getOrSetMaxEvents(metaKey)
local opts = cmsgpack.unpack(ARGV[3])
local parentDependenciesKey = args[7]

@@ -258,0 +258,0 @@ local timestamp = args[4]

{
"name": "bullmq",
"version": "5.1.11",
"version": "5.1.12",
"description": "Queue for messages and jobs based on Redis",

@@ -5,0 +5,0 @@ "homepage": "https://bullmq.io/",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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