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

bull

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bull - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

7

CHANGELOG.md

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

## [4.5.3](https://github.com/OptimalBits/bull/compare/v4.5.2...v4.5.3) (2022-02-14)
### Bug Fixes
* **commands:** do not wait for redis to load commands ([ad7b647](https://github.com/OptimalBits/bull/commit/ad7b6474db426b4970a0d1d3ddb8a032a22c481b))
## [4.5.2](https://github.com/OptimalBits/bull/compare/v4.5.1...v4.5.2) (2022-02-14)

@@ -2,0 +9,0 @@

3

lib/commands/index.js

@@ -18,4 +18,2 @@ /**

const utils = require('../utils');
module.exports = (function() {

@@ -25,3 +23,2 @@ let scripts;

return async function(client) {
await utils.isRedisReady(client);
scripts = await (scripts || loadScripts());

@@ -28,0 +25,0 @@

@@ -737,5 +737,5 @@ 'use strict';

let cursor = 0;
do {
cursor = await scripts.retryJobs(this, opts.count);
} while (cursor);
do {
cursor = await scripts.retryJobs(this, opts.count);
} while (cursor);
};

@@ -742,0 +742,0 @@

{
"name": "bull",
"version": "4.5.2",
"version": "4.5.3",
"description": "Job manager",

@@ -5,0 +5,0 @@ "engines": {

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