Socket
Socket
Sign inDemoInstall

worker-farm

Package Overview
Dependencies
3
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.3 to 1.5.4

2

lib/farm.js

@@ -135,3 +135,3 @@ 'use strict'

child.child.kill('SIGKILL')
}, this.options.forcedKillTime)
}, this.options.forcedKillTime).unref()
;delete this.children[childId]

@@ -138,0 +138,0 @@ this.activeChildren--

{
"name": "worker-farm",
"description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.",
"version": "1.5.3",
"version": "1.5.4",
"homepage": "https://github.com/rvagg/node-worker-farm",

@@ -6,0 +6,0 @@ "authors": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc