Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-forkqueue

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-forkqueue - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

5

package.json
{
"name": "async-forkqueue",
"version": "0.0.0",
"version": "0.0.1",
"description": "a queue that runs workers asynchronously in child processes",

@@ -20,4 +20,3 @@ "main": "index.js",

"underscore": "~1.4.4",
"debug": "~0.7.2",
"readable-stream": "~1.0.2"
"debug": "~0.7.2"
},

@@ -24,0 +23,0 @@ "devDependencies": {

4

README.md

@@ -16,3 +16,3 @@ # Async-ForkQueue

var queue = new Queue num_workers, concurrency, module_path
var queue = new Queue(num_workers, concurrency, module_path);

@@ -34,4 +34,4 @@ for (var i = 0; i < 100; i++) {

// Do something with the payload
cb()
cb();
}
```

Sorry, the diff of this file is not supported yet

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