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.11.0 to 0.11.1

2

lib/multiWorker.js

@@ -32,2 +32,3 @@ var os = require('os');

maxWorkers: 100,
timeout: 5000,
checkTimeout: 500,

@@ -51,2 +52,3 @@ maxEventLoopDelay: 10,

queues: self.options.queues,
timeout: self.options.timeout,
name: os.hostname() + ":" + process.pid + '+' + id

@@ -53,0 +55,0 @@ }, self.jobs, function(){

2

package.json

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

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