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

ronomon-queue

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ronomon-queue - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "ronomon-queue",
"version": "2.0.0",
"version": "2.0.1",
"description": "Process thousands of asynchronous or synchronous jobs, concurrently or sequentially, safely and efficiently, without creating thousands of closures.",

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

@@ -225,3 +225,3 @@ var Queue = require('./index.js');

function callPush() {
if (calls++ > 100 || random() < 0.1) {
if (calls++ > 200 || random() < 0.05) {
setTimeout(push, Math.round(random() * 2));

@@ -304,3 +304,3 @@ } else {

},
1000
2000
);

@@ -307,0 +307,0 @@ return;

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