You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

queue-cb

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queue-cb - npm Package Compare versions

Comparing version
1.5.9
to
1.5.10
+2
-4
package.json
{
"name": "queue-cb",
"version": "1.5.9",
"version": "1.5.10",
"description": "A scalable queue for parallel callbacks",

@@ -27,2 +27,3 @@ "keywords": [

"main": "dist/cjs/index.js",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",

@@ -51,6 +52,3 @@ "files": [

"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}