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

node-resque

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-resque - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

lib/queue.js

@@ -98,3 +98,3 @@ var util = require('util');

callback = count;
count = 1; // remove first enqueued items that match
count = 0; // remove first enqueued items that match
}

@@ -101,0 +101,0 @@ self.connection.redis.lrem(self.connection.key('queue', q), count, self.encode(q, func, args), function(err, count){

@@ -5,3 +5,3 @@ {

"description": "an opinionated implementation of resque in node",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "http://github.com/taskrabbit/node-resque",

@@ -8,0 +8,0 @@ "repository": {

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