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
1
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.3.4 to 0.3.5

2

lib/worker.js

@@ -144,3 +144,3 @@ var os = require("os");

}
cb.apply(null, [].slice.call(args).concat([function(err, result) {
cb.apply(self, [].slice.call(args).concat([function(err, result) {
self.runPlugins('after_perform', job["class"], self.queue, self.jobs[job["class"]], job.args, function(err, toRun){

@@ -147,0 +147,0 @@ self.completeJob(err, result, callback);

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

"description": "an opinionated implementation of resque in node",
"version": "0.3.4",
"version": "0.3.5",
"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