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.4.1 to 1.5.0

index.d.ts

5

lib/fork.js

@@ -12,4 +12,5 @@ 'use strict'

})
, child = childProcess.fork(childModule, { execArgv: filteredArgs }, {
env: process.env
, child = childProcess.fork(childModule, process.argv, {
execArgv: filteredArgs
, env: process.env
, cwd: process.cwd()

@@ -16,0 +17,0 @@ })

3

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

@@ -30,3 +30,4 @@ "authors": [

},
"types": "./index.d.ts",
"license": "MIT"
}
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