🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@kenyip/bull

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

@kenyip/bull - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+4
-0
index.js

@@ -27,2 +27,6 @@ "use strict";

if (!config.redis && options.redis) {
config.redis = options.redis;
}
this.id = stringToUUID(config.service);

@@ -29,0 +33,0 @@ this._config = config;

+1
-1
{
"name": "@kenyip/bull",
"version": "1.0.1",
"version": "1.0.2",
"description": "A task manager based on `bull` framework",

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