
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
Specialized Promise Extensions.
batch, page, sequence - promise methods for the following patterns:
$ npm i spex
import {batch, errors} from 'spex';
await batch([1, 2, 3])
.catch((err: errors.BatchError) => {
});
See also: client-side usage.
$ git clone https://github.com/vitaly-t/spex
$ npm install
$ npm test
$ npm run coverage
Copyright © 2025 Vitaly Tomilov; Released under the MIT license.
Bluebird is a fully-featured promise library that provides a wide range of utilities for working with promises, including advanced control flow, collection methods, and more. Compared to spex, Bluebird offers a broader set of features but may be more complex to use for specific batch and sequence processing tasks.
Async is a utility module that provides straightforward, powerful functions for working with asynchronous JavaScript. It includes methods for parallel and sequential execution of tasks, similar to spex, but uses callbacks instead of promises. Async is a good choice if you prefer callback-based APIs.
p-map is a promise-based utility for mapping over iterables concurrently. It allows you to control the concurrency level, making it similar to spex's batch processing. However, p-map is more focused on mapping operations and does not provide sequence or page processing features.
FAQs
Specialized Promise Extensions
The npm package spex receives a total of 404,337 weekly downloads. As such, spex popularity was classified as popular.
We found that spex 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.