Socket
Book a DemoInstallSign in
Socket

spex

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spex

Specialized Promise Extensions

latest
Source
npmnpm
Version
4.0.2
Version published
Weekly downloads
497K
-16.78%
Maintainers
1
Weekly downloads
 
Created
Source

SPEX

Specialized Promise Extensions.

Build Status Node Version

batch, page, sequence - promise methods for the following patterns:

Installing

$ npm i spex

Usage

import {batch, errors} from 'spex';

await batch([1, 2, 3])
    .catch((err: errors.BatchError) => {
    });

See also: client-side usage.

API

Testing

  • Clone the repository (or download, if you prefer):
$ git clone https://github.com/vitaly-t/spex
  • Install the library's DEV dependencies:
$ npm install
  • To run all tests:
$ npm test
  • To run all tests with coverage:
$ npm run coverage

License

Copyright © 2025 Vitaly Tomilov; Released under the MIT license.

Keywords

promise

FAQs

Package last updated on 31 Aug 2025

Did you know?

Socket

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.

Install

Related posts