
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@ovos-media/simple-promise-queue
Advanced tools
A simple promise queue helper with concurrency settings.
easily make your async functions queueable!
import queueable from '@ovos-media/simple-promise-queue';
// just wrap your function to control execution sequence!
const queueableAsyncFunction = queueable(
asyncFunction,
{ concurrency: 1 }
);
// or as a decorator!
@queueable async function() {
return request(...);
}
ovos media gmbh, @ovos, Visit us!
MIT
FAQs
A simple promise queue helper with concurrency settings.
The npm package @ovos-media/simple-promise-queue receives a total of 104 weekly downloads. As such, @ovos-media/simple-promise-queue popularity was classified as not popular.
We found that @ovos-media/simple-promise-queue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers 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
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.