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
3
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 4.0.4 to 4.0.5

4

lib/plugins/retry.js

@@ -37,3 +37,5 @@ // If a job fails, retry it N times before finally placing it into the failed queue

if(!self.args || self.args.length === 0){ return ''; }
return self.args.join('-');
return self.args.map(function(elem){
return typeof(elem) === "object" ? JSON.stringify(elem) : elem;
}).join("-");
};

@@ -40,0 +42,0 @@

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "4.0.4",
"version": "4.0.5",
"homepage": "http://github.com/taskrabbit/node-resque",

@@ -9,0 +9,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