New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

process-queue

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

process-queue - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "process-queue",
"version": "1.0.2",
"version": "1.0.3",
"description": "child process queues managed for interposition",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

# Offspring
# Process-Queue

@@ -15,3 +15,3 @@ A simple, but flexible process queue.

// make our queue
var q = require('offspring').createQueue({
var q = require('process-queue').createQueue({
// how many processes should be allowed to run at a time

@@ -18,0 +18,0 @@ concurrency: Number($) || 1,

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