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 2.2.4 to 2.2.5

8

CHANGELOG.md

@@ -0,1 +1,9 @@

v.2.2.5
=======
- Fixed so that redis key prefix works properly.
[Changes](https://github.com/OptimalBits/bull/compare/v2.2.4...v2.2.5)
v.2.2.4

@@ -2,0 +10,0 @@ =======

@@ -118,2 +118,8 @@ /*eslint-env node */

//
// We cannot use ioredis keyPrefix feature until we
// stop creating keys dynamically in lua scripts.
//
delete redisOptions.keyPrefix;
//
// Create queue client (used to add jobs, pause queues, etc);

@@ -120,0 +126,0 @@ //

2

package.json
{
"name": "bull",
"version": "2.2.4",
"version": "2.2.5",
"description": "Job manager",

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

Sorry, the diff of this file is too big to display

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