🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

bossman

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bossman - npm Package Compare versions

Comparing version

to
1.0.1

5

lib/Bossman.js

@@ -47,3 +47,6 @@ Object.defineProperty(exports, "__esModule", {

this.client = new _ioredis2['default'](connection);
this.subscriber = new _ioredis2['default'](connection);
this.subscriber = new _ioredis2['default'](Object.assign({}, connection, {
// Force our db to be 0 for the subscriber:
db: 0
}));
this.redlock = new _redlock2['default']([this.client], { retryCount: 0 });

@@ -50,0 +53,0 @@

2

package.json
{
"name": "bossman",
"version": "1.0.0",
"version": "1.0.1",
"description": "Distributed job scheduling in node, based on redis.",

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