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

bull-qm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bull-qm - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

lib/QueueManager.js

@@ -104,3 +104,3 @@ const EventEmitter = require('events');

this._numClients++;
this._client = new Redis(this._bullOpts);
this._client = new Redis(this._bullOpts.redis);
}

@@ -118,3 +118,3 @@ return this._client;

this._numClients++;
this._subscriber = new Redis(this._bullOpts);
this._subscriber = new Redis(this._bullOpts.redis);
// Subscribers have a lot of listeners, squelch this warning.

@@ -121,0 +121,0 @@ this._subscriber.setMaxListeners(0);

{
"name": "bull-qm",
"description": "Queue Manager for Bull",
"version": "1.0.3",
"version": "1.0.4",
"author": "Mudrekh Goderya",

@@ -6,0 +6,0 @@ "scripts": {

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