
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
sb-promise-queue
Advanced tools
Promise queue with a nice API.
npm install --save sb-promise-queue
interface Options {
concurrency?: number
}
class PromiseQueue {
constructor(options: Options = {concurrency: 1});
clear()
onIdle(callback: Function): Function
// call the return value function to remove listener
waitTillIdle(): Promise<void>
add(callback: Function)
}
export { PromiseQueue }
The contents of this repository/package are licensed under the terms of The MIT License. See the LICENSE file for more info.
2.1.1
types
property in manifest to aid Typescript supportFAQs
Promise queue with a nice API
We found that sb-promise-queue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.