New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redis-ccp-queue

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-ccp-queue - npm Package Compare versions

Comparing version

to
1.0.5

6

lib/index.js

@@ -36,7 +36,3 @@ 'use strict';

if (err) {
if (this.shuttingDown) {
return
} else {
callback(null);
}
callback(null);
} else {

@@ -43,0 +39,0 @@ let data = replies[1] || '';

2

package.json
{
"name": "redis-ccp-queue",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple and lightweight Competing Consumers Pattern Queue",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -191,2 +191,3 @@ # redis-ccp-queue

| -------------- | -------------- | -------- |
| 1.0.5 | 2016-03-03 | tiny bug fix |
| 1.0.4 | 2016-03-03 | correct termination of consumer on SIGINT, SIGTERM |

@@ -193,0 +194,0 @@ | 1.0.3 | 2016-03-01 | changed .gitignore |