Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bullmq

Package Overview
Dependencies
Maintainers
1
Versions
575
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.34.2 to 5.34.3

5

dist/cjs/classes/errors/delayed-error.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DelayedError = void 0;
exports.DelayedError = exports.DELAYED_ERROR = void 0;
exports.DELAYED_ERROR = 'bullmq:movedToDelayed';
/**

@@ -12,3 +13,3 @@ * DelayedError

class DelayedError extends Error {
constructor(message) {
constructor(message = exports.DELAYED_ERROR) {
super(message);

@@ -15,0 +16,0 @@ this.name = this.constructor.name;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnrecoverableError = void 0;
exports.UnrecoverableError = exports.UNRECOVERABLE_ERROR = void 0;
exports.UNRECOVERABLE_ERROR = 'bullmq:unrecoverable';
/**

@@ -12,3 +13,3 @@ * UnrecoverableError

class UnrecoverableError extends Error {
constructor(message) {
constructor(message = exports.UNRECOVERABLE_ERROR) {
super(message);

@@ -15,0 +16,0 @@ this.name = this.constructor.name;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WaitingChildrenError = void 0;
exports.WaitingChildrenError = exports.WAITING_CHILDREN_ERROR = void 0;
exports.WAITING_CHILDREN_ERROR = 'bullmq:movedToWaitingChildren';
/**

@@ -12,3 +13,3 @@ * WaitingChildrenError

class WaitingChildrenError extends Error {
constructor(message) {
constructor(message = exports.WAITING_CHILDREN_ERROR) {
super(message);

@@ -15,0 +16,0 @@ this.name = this.constructor.name;

2

dist/cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '5.34.2';
exports.version = '5.34.3';
//# sourceMappingURL=version.js.map

@@ -0,1 +1,2 @@

export declare const DELAYED_ERROR = "bullmq:movedToDelayed";
/**

@@ -2,0 +3,0 @@ * DelayedError

@@ -0,1 +1,2 @@

export const DELAYED_ERROR = 'bullmq:movedToDelayed';
/**

@@ -9,3 +10,3 @@ * DelayedError

export class DelayedError extends Error {
constructor(message) {
constructor(message = DELAYED_ERROR) {
super(message);

@@ -12,0 +13,0 @@ this.name = this.constructor.name;

@@ -0,1 +1,2 @@

export declare const UNRECOVERABLE_ERROR = "bullmq:unrecoverable";
/**

@@ -2,0 +3,0 @@ * UnrecoverableError

@@ -0,1 +1,2 @@

export const UNRECOVERABLE_ERROR = 'bullmq:unrecoverable';
/**

@@ -9,3 +10,3 @@ * UnrecoverableError

export class UnrecoverableError extends Error {
constructor(message) {
constructor(message = UNRECOVERABLE_ERROR) {
super(message);

@@ -12,0 +13,0 @@ this.name = this.constructor.name;

@@ -0,1 +1,2 @@

export declare const WAITING_CHILDREN_ERROR = "bullmq:movedToWaitingChildren";
/**

@@ -2,0 +3,0 @@ * WaitingChildrenError

@@ -0,1 +1,2 @@

export const WAITING_CHILDREN_ERROR = 'bullmq:movedToWaitingChildren';
/**

@@ -9,3 +10,3 @@ * WaitingChildrenError

export class WaitingChildrenError extends Error {
constructor(message) {
constructor(message = WAITING_CHILDREN_ERROR) {
super(message);

@@ -12,0 +13,0 @@ this.name = this.constructor.name;

@@ -1,1 +0,1 @@

export declare const version = "5.34.2";
export declare const version = "5.34.3";

@@ -1,2 +0,2 @@

export const version = '5.34.2';
export const version = '5.34.3';
//# sourceMappingURL=version.js.map
{
"name": "bullmq",
"version": "5.34.2",
"version": "5.34.3",
"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

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