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.4.5 to 5.4.6

2

dist/cjs/classes/job.js

@@ -809,3 +809,3 @@ "use strict";

if (this.opts.stackTraceLimit) {
this.stacktrace = this.stacktrace.slice(0, this.opts.stackTraceLimit);
this.stacktrace = this.stacktrace.slice(-this.opts.stackTraceLimit);
}

@@ -812,0 +812,0 @@ }

@@ -806,3 +806,3 @@ import { __rest } from "tslib";

if (this.opts.stackTraceLimit) {
this.stacktrace = this.stacktrace.slice(0, this.opts.stackTraceLimit);
this.stacktrace = this.stacktrace.slice(-this.opts.stackTraceLimit);
}

@@ -809,0 +809,0 @@ }

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

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

@@ -39,2 +39,6 @@ <div align="center">

# News πŸš€
Do you need to work with BullMQ on platforms other than Node.js? If so, check out the [BullMQ Proxy](https://github.com/taskforcesh/bullmq-proxy)
# Official FrontEnd

@@ -41,0 +45,0 @@

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