
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
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
The npm package sb-promise-queue receives a total of 178,007 weekly downloads. As such, sb-promise-queue popularity was classified as popular.
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.