JSPM

Found 10562 results for async

p-limit

Run multiple promise-returning & async functions with limited concurrency

  • v7.1.1
  • 64.28
  • Published

p-locate

Get the first fulfilled promise that satisfies the provided testing function

  • v6.0.0
  • 63.46
  • Published

async

Higher-order functions and common patterns for asynchronous code

  • v3.2.6
  • 61.77
  • Published

pify

Promisify a callback-style function

  • v6.1.0
  • 61.55
  • Published

asynckit

Minimal async jobs utility library, with streams support

  • v0.4.0
  • 61.05
  • Published

regenerator-runtime

Runtime for Regenerator-compiled generator and async functions.

  • v0.14.1
  • 60.80
  • Published

fastq

Fast, in memory work queue

  • v1.19.1
  • 60.74
  • Published

p-map

Map over promises concurrently

  • v7.0.3
  • 60.60
  • Published

p-try

`Start a promise chain

  • v3.0.0
  • 60.30
  • Published

run-parallel

Run an array of functions in parallel

  • v1.2.0
  • 60.12
  • Published

gensync

Allows users to use generators in order to write common functions that can be both sync or async.

  • v1.0.0-beta.2
  • 59.82
  • Published

terser

JavaScript parser, mangler/compressor and beautifier toolkit for ES6+

  • v5.43.1
  • 59.15
  • Published

neo-async

Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster

  • v2.6.2
  • 58.70
  • Published

emittery

Simple and modern async event emitter

  • v1.2.0
  • 58.54
  • Published

bluebird

Full featured Promises/A+ implementation with exceptionally good performance

  • v3.7.2
  • 58.38
  • Published

co

generator async control flow goodness

  • v4.6.0
  • 58.25
  • Published

is-async-function

Determine if a function is a native async function.

  • v2.1.1
  • 58.08
  • Published

run-async

Utility method to run function either synchronously or asynchronously using the common `this.async()` style.

  • v4.0.6
  • 58.01
  • Published

async-function

A function that returns the normally hidden `AsyncFunction` constructor

  • v1.0.0
  • 57.14
  • Published

lie

A basic but performant promise implementation

  • v3.3.0
  • 57.11
  • Published

p-cancelable

Create a promise that can be canceled

  • v4.0.1
  • 57.09
  • Published

cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native

  • v4.1.0
  • 56.96
  • Published

duplexify

Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input

  • v4.1.3
  • 56.71
  • Published

p-retry

Retry a promise-returning or async function

  • v7.0.0
  • 56.64
  • Published

p-timeout

Timeout a promise after a specified amount of time

  • v6.1.4
  • 56.50
  • Published

regenerator-transform

Explode async and generator functions into a state machine.

  • v0.15.2
  • 56.16
  • Published

basic-ftp

FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.

  • v5.0.5
  • 56.11
  • Published

superagent

elegant & feature rich browser / node HTTP with a fluent API

  • v10.2.3
  • 55.38
  • Published

thunky

delay the evaluation of a paramless async function and cache the result

  • v1.1.0
  • 55.29
  • Published

dezalgo

Contain async insanity so that the dark pony lord doesn't eat souls

  • v1.0.4
  • 55.18
  • Published

strtok3

A promise based streaming tokenizer

  • v10.3.4
  • 54.79
  • Published

p-queue

Promise queue with concurrency control

  • v8.1.0
  • 54.62
  • Published

p-defer

Create a deferred promise

  • v4.0.1
  • 54.40
  • Published

next-tick

Environment agnostic nextTick polyfill

  • v1.1.0
  • 54.39
  • Published

async-limiter

asynchronous function queue with adjustable concurrency

  • v2.0.0
  • 54.32
  • Published

JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

  • v1.3.5
  • 54.29
  • Published

p-reduce

Reduce a list of values using promises into a promise for a value

  • v3.0.0
  • 53.68
  • Published

delay

Delay a promise a specified amount of time

  • v6.0.0
  • 53.45
  • Published

p-is-promise

Check if something is a promise

  • v4.0.0
  • 53.44
  • Published

async-each

No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.

  • v1.0.6
  • 53.35
  • Published

p-event

Promisify an event by waiting for it to be emitted

  • v6.0.1
  • 53.23
  • Published

queue

asynchronous function queue with adjustable concurrency

  • v7.0.0
  • 53.12
  • Published

@sec-ant/readable-stream

A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.

  • v0.6.0
  • 53.00
  • Published

typical

Isomorphic, functional type-checking for Javascript

  • v7.3.0
  • 52.95
  • Published

p-each-series

Iterate over promises serially

  • v3.0.0
  • 52.37
  • Published

write

Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.

  • v2.0.0
  • 52.34
  • Published

p-filter

Filter promises concurrently

  • v4.1.0
  • 52.32
  • Published

bfj

Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.

  • v9.1.2
  • 52.12
  • Published

memoizee

Memoize/cache function results

  • v0.4.17
  • 52.02
  • Published

exit-hook

Run some code when the process exits

  • v4.0.0
  • 51.94
  • Published

bottleneck

Distributed task scheduler and rate limiter

  • v2.19.5
  • 51.85
  • Published

into-stream

Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

  • v8.0.1
  • 51.85
  • Published

async-mutex

A mutex for guarding async workflows

  • v0.5.0
  • 51.77
  • Published

async-lock

Lock on asynchronous code

  • v1.4.1
  • 51.37
  • Published

quansync

Create sync/async APIs with usable logic

  • v0.2.11
  • 51.35
  • Published

async-hook-jl

Inspect the life of handle objects in node

  • v1.7.6
  • 51.00
  • Published

now-and-later

Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.

  • v3.0.0
  • 50.91
  • Published

async-listen

`net.Server#listen()` helper that returns a Promise for async / await

  • v3.1.0
  • 50.69
  • Published

avvio

Asynchronous bootstrapping of Node applications

  • v9.1.0
  • 50.40
  • Published

async-sema

Semaphore using `async` and `await`

  • v3.1.1
  • 50.37
  • Published

tiny-async-pool

Run multiple promise-returning & async functions with limited concurrency using native ES9

  • v2.1.0
  • 50.14
  • Published

p-wait-for

Wait for a condition to be true

  • v5.0.2
  • 49.85
  • Published

p-pipe

Compose promise-returning & async functions into a reusable pipeline

  • v4.0.0
  • 49.75
  • Published

async-settle

Settle an async function.

  • v2.0.0
  • 49.70
  • Published

@expo/spawn-async

A Promise-based interface into processes created by child_process.spawn

  • v1.7.2
  • 49.54
  • Published

native-promise-only

Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.

  • v0.8.1
  • 49.53
  • Published

chai-as-promised

Extends Chai with assertions about promises.

  • v8.0.2
  • 49.51
  • Published

p-map-series

Map over promises serially

  • v3.0.0
  • 49.44
  • Published

p-throttle

Throttle promise-returning & async functions

  • v8.0.0
  • 49.40
  • Published

bach

Compose your async functions with elegance.

  • v2.0.1
  • 49.38
  • Published

node-ensure

Async module-loading library and protocol for bundlers/loaders targeting isomorphic apps and Node.js.

  • v0.0.0
  • 49.21
  • Published

async-done

Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.

  • v2.0.0
  • 49.19
  • Published

async-exit-hook

Run some code when the process exits (supports async hooks and pm2 clustering)

  • v2.0.1
  • 48.98
  • Published

glob-watcher

Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.

  • v6.0.0
  • 48.81
  • Published

p-all

Run promise-returning & async functions concurrently with optional limited concurrency

  • v5.0.0
  • 48.73
  • Published

run-series

Run an array of functions in series

  • v1.1.9
  • 48.42
  • Published

spawndamnit

Take care of your `spawn()`

  • v3.0.1
  • 48.19
  • Published

p-waterfall

Run promise-returning & async functions in series, each passing its result to the next

  • v3.0.0
  • 48.06
  • Published

run-parallel-limit

Run an array of functions in parallel, but limit the number of tasks executing at the same time

  • v1.1.0
  • 47.73
  • Published

scrypt-js

The scrypt password-based key derivation function with sync and cancellable async.

  • v3.0.1
  • 47.68
  • Published

deferred

Modular and fast Promises implementation

  • v0.7.11
  • 47.56
  • Published

p-memoize

Memoize promise-returning & async functions

  • v8.0.0
  • 47.52
  • Published

traverse-chain

A simple asynchronous tool

  • v0.1.0
  • 47.52
  • Published

async-foreach

An optionally-asynchronous forEach with an interesting interface.

  • v0.1.3
  • 47.33
  • Published

foreachasync

A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach

  • v5.1.3
  • 47.29
  • Published

a-sync-waterfall

Runs a list of async tasks, passing the results of each into the next one

  • v1.0.1
  • 47.21
  • Published

when

A lightweight Promises/A+ and when() implementation, plus other async goodies.

  • v3.7.8
  • 47.08
  • Published

await-to-js

Async/await wrapper for easy error handling in js

  • v3.0.0
  • 47.00
  • Published

2-thenable

Convert any object to thenable

  • v1.0.0
  • 46.67
  • Published

wait-for-expect

Wait for expectation to be true, useful for integration and end to end testing

  • v4.0.0
  • 46.58
  • Published

grouped-queue

In memory queue system prioritizing tasks

  • v2.1.0
  • 46.52
  • Published

grunt

The JavaScript Task Runner

  • v1.6.1
  • 46.46
  • Published

async-each-series

Apply an async function to each Array element in series.

  • v1.1.0
  • 46.42
  • Published

p-any

Wait for any promise to be fulfilled

  • v4.0.0
  • 46.28
  • Published

p-some

Wait for a specified number of promises to be fulfilled

  • v6.0.0
  • 46.14
  • Published

p-reflect

Make a promise always fulfill with its actual fulfillment value or rejection reason

  • v3.1.0
  • 45.99
  • Published

p-settle

Settle promises concurrently and get their fulfillment value or rejection reason

  • v5.1.1
  • 45.89
  • Published

@nevware21/ts-async

support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.

  • v0.5.4
  • 45.87
  • Published

promise-coalesce

Coalesces multiple promises for the same identifier into a single request

  • v1.1.2
  • 45.59
  • Published

deasync

Turns async function into sync via JavaScript wrapper of Node event loop

  • v0.1.30
  • 45.34
  • Published

ava

Node.js test runner that lets you develop with confidence.

  • v6.4.1
  • 45.16
  • Published

youtube-player

YouTube IFrame Player API abstraction.

  • v5.6.0
  • 45.00
  • Published

react-native-mmkv

The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.

  • v3.3.0
  • 44.80
  • Published

p-iteration

Make array iteration easy when using async/await and Promises

  • v1.1.8
  • 44.79
  • Published

bufferstreams

Abstract streams to deal with the whole buffered contents.

  • v5.0.0
  • 44.62
  • Published

jsftp

A sane FTP client implementation for NodeJS

  • v2.1.3
  • 44.57
  • Published

oboe

Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish

  • v2.1.7
  • 44.50
  • Published

map-limit

async.mapLimit's functionality available as a standalone npm module

  • v0.0.1
  • 44.23
  • Published

@stdlib/fs-exists

Test whether a path exists on the filesystem.

  • v0.2.2
  • 44.11
  • Published

async-value

Async value container

  • v1.2.2
  • 44.05
  • Published

set-interval-async

Modern version of setInterval for promises and async functions available in Node.js and browsers.

  • v3.0.3
  • 43.85
  • Published

after-all-results

Bundle results of async functions calls into one callback with all the results

  • v2.0.0
  • 43.84
  • Published

fn-args

Get the arguments of a function, arrow function, generator function, async function

  • v6.0.0
  • 43.80
  • Published

async-value-promise

Creates a value/error pair to mimic promise behavior

  • v1.1.1
  • 43.70
  • Published

fastfall

call your callbacks in a waterfall, at speed

  • v1.5.1
  • 43.64
  • Published

fastparallel

Zero-overhead asynchronous parallel/each/map function call

  • v2.4.1
  • 43.62
  • Published

async-hook-domain

An implementation of Domain-like error handling, built on async_hooks

  • v4.0.1
  • 43.60
  • Published

d3-queue

Evaluate asynchronous tasks with configurable concurrency.

  • v3.0.7
  • 43.55
  • Published

acorn-es7-plugin

A plugin for the Acorn parser that understands the ES7 keywords async and await

  • v1.1.7
  • 43.11
  • Published

magicli

Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil

  • v0.2.1
  • 43.10
  • Published

caf

Cancelable Async Flows: a wrapper to treat generators as cancelable async functions

  • v15.0.1
  • 43.07
  • Published

fastseries

Zero-overhead asynchronous series/each/map function calls

  • v2.0.0
  • 43.07
  • Published

@paypal/paypal-js

Loading wrapper and TypeScript types for the PayPal JS SDK

  • v8.3.0
  • 43.05
  • Published

steed

horsepower for your modules

  • v1.1.3
  • 42.95
  • Published

p-debounce

Debounce promise-returning & async functions

  • v4.0.0
  • 42.87
  • Published

png-async

A simple and non-blocking PNG encoder / decoder.

  • v0.9.4
  • 42.82
  • Published

sqlite

SQLite client for Node.js applications with SQL-based migrations API written in Typescript

  • v5.1.1
  • 42.79
  • Published

redux-observable

RxJS based middleware for Redux. Compose and cancel async actions and more.

  • v3.0.0-rc.2
  • 42.77
  • Published

loadjs

Tiny async loader for modern browsers

  • v4.3.0
  • 42.71
  • Published

@breejs/later

Maintained fork of later. Determine later (or previous) occurrences of recurring schedules

  • v4.2.0
  • 42.64
  • Published

cls-bluebird

Make bluebird work with the continuation-local-storage module.

  • v2.1.0
  • 42.63
  • Published

testcafe

Automated browser testing for the modern web development stack.

  • v3.7.2
  • 42.63
  • Published

typechecker

Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)

  • v9.3.0
  • 42.60
  • Published

await-lock

Mutex locks for async functions

  • v3.0.0
  • 42.52
  • Published

contra

Asynchronous flow control with a functional taste to it

  • v1.9.4
  • 42.50
  • Published

seq

Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling

  • v0.3.5
  • 42.44
  • Published

zip-a-folder

Zip/Tar a complete folder or a glob list into a zip/tgz file

  • v3.1.9
  • 42.44
  • Published

@lifeomic/attempt

Library that can be used to retry functions that return promise

  • v3.1.0
  • 42.34
  • Published

nextgen-events

The next generation of events handling for javascript! New: abstract away the network!

  • v1.5.3
  • 42.10
  • Published

orchestrator

A module for sequencing and executing tasks and dependencies in maximum concurrency

  • v0.3.8
  • 42.02
  • Published

yaku

A lightweight promise library

  • v1.0.1
  • 41.93
  • Published

async-csv

ES7 async-await wrapper for the csv package.

  • v2.1.3
  • 41.74
  • Published

epub2

Parse ePub electronic book files with Node.JS

  • v3.0.2
  • 41.74
  • Published

async-eventemitter

Just like EventEmitter, but with support for callbacks and interuption of the listener-chain

    • v0.2.4
    • 41.61
    • Published

    @jpwilliams/waitgroup

    A tiny version of Golang's WaitGroup with typings, promises, and zero dependencies.

    • v2.1.1
    • 41.60
    • Published

    jsonstream-next

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    • v3.0.0
    • 41.56
    • Published

    p-lazy

    Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called

    • v5.0.0
    • 41.56
    • Published

    promisify-any

    Promisify any of: callback function, sync function, generator function, promise-returning function

    • v2.0.1
    • 41.44
    • Published

    asyncro

    Asynchronous Array Utilities (for await)

    • v3.0.0
    • 41.36
    • Published

    seventh

    A lean Promises and Async lib for ES6/ES7

    • v0.9.4
    • 41.29
    • Published

    node-gzip

    Simply gzip and ungzip in Node.js with promises

    • v1.1.2
    • 41.26
    • Published

    parse-function

    Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins

    • v5.6.10
    • 41.25
    • Published

    tiny-each-async

    Asynchronous iterator function for parallel processing.

    • v2.0.3
    • 41.18
    • Published

    command-exists-promise

    Checks whether a command line command exists in the current environment.

    • v2.0.2
    • 41.11
    • Published

    event-iterator

    Convert event emitters and event targets to ES async iterators

    • v2.0.0
    • 40.94
    • Published

    co-bluebird

    co with bluebird promises

    • v1.1.0
    • 40.80
    • Published

    @n8n/p-retry

    Retry a promise-returning or async function

    • v6.2.0-2
    • 40.65
    • Published

    throwback

    Simple asynchronous middleware pattern

    • v4.1.0
    • 40.59
    • Published

    better-queue

    Better Queue for NodeJS

    • v3.8.12
    • 40.59
    • Published

    p-every

    Test whether all promises passes a testing function

    • v2.0.0
    • 40.49
    • Published

    @feathersjs/hooks

    Async middleware for JavaScript and TypeScript

    • v0.9.0
    • 40.29
    • Published

    fibers

    Cooperative multi-tasking for Javascript

    • v5.0.3
    • 40.21
    • Published

    zip-lib

    zip and unzip library for node

    • v1.1.2
    • 40.19
    • Published

    pipe-functions

    Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one

    • v1.3.0
    • 40.01
    • Published

    @usebruno/cli

    With Bruno CLI, you can now run your API collections with ease using simple command line commands.

    • v2.10.0
    • 39.94
    • Published

    stream-to-it

    Convert Node.js streams to streaming iterables

    • v1.0.1
    • 39.84
    • Published

    async-wait-until

    Waits until the given predicate function returns a truthy value, then resolves

    • v2.0.30
    • 39.80
    • Published

    @tanstack/router-cli

    Modern and scalable routing for React applications

    • v1.131.30
    • 39.78
    • Published

    promise-deferred

    A lightweight Deferred implementation, on top of Promises/A+

    • v2.0.4
    • 39.77
    • Published

    run-waterfall

    Run an array of functions in series, each passing its results to the next function (waterfall)

    • v1.1.7
    • 39.75
    • Published

    ambi

    Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.

    • v10.9.0
    • 39.73
    • Published

    cliss

    CLI Simple, Stupid. Automatic discovery of parameters names. Provides an easy and minimal setup by passing in only a function reference without the need of declaring all expected options names or create a help section by hand. Support to sync / async. Sup

    • v0.0.9
    • 39.68
    • Published

    vow

    DOM Promise and Promises/A+ implementation for Node.js and browsers

    • v0.4.20
    • 39.57
    • Published

    redux-promise-middleware

    Enables simple, yet robust handling of async action creators in Redux

    • v6.2.0
    • 39.56
    • Published

    @hyperjump/pact

    Higher order functions for iterators and async iterators

    • v1.4.0
    • 39.52
    • Published

    async-array-reduce

    Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.

    • v1.0.0
    • 39.49
    • Published

    piall

    `Promise.all` and `Promise.allSettled` with concurrency option and async iterable result

    • v0.2.1
    • 39.30
    • Published

    es6-promise-pool

    Runs Promises in a pool that limits their concurrency.

    • v2.5.0
    • 39.22
    • Published

    if-async

    async conditional execution for async.js or standalone usage

    • v3.7.4
    • 39.18
    • Published

    co-with-promise

    generator async control flow goodness

    • v4.6.0
    • 39.12
    • Published

    consumable-stream

    A readable async stream which can be iterated over using a for-await-of loop.

    • v3.0.0
    • 38.97
    • Published

    google-maps

    Async loader for google maps api (browser, typescript)

    • v4.3.3
    • 38.71
    • Published

    make-synchronous

    Make an asynchronous function synchronous

    • v2.0.1
    • 38.69
    • Published

    easy-transform-stream

    Create a transform stream using await instead of callbacks

    • v1.0.1
    • 38.66
    • Published

    parallel-each

    A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.

    • v1.1.7
    • 38.64
    • Published

    taskgroup

    Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.

    • v9.8.0
    • 38.37
    • Published

    vanilla-lazyload

    LazyLoad is a lightweight (2.4 kB) and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, videos and iframes to when they will enter the viewport. It's written in plain "vanilla" JavaScript, it leve

    • v19.1.3
    • 38.29
    • Published

    it-pipe

    Utility to "pipe" async iterables together

    • v3.0.1
    • 38.25
    • Published

    ts-retry

    A little retry tool to execute a function until the function is successful. Can also bind a timeout to a function. This lib is usable in typescript, in javascript, in node, in SPA tools (rest, Vue, Svelte...) and browser (available in ESM and common js fo

    • v6.0.0
    • 38.03
    • Published

    observable-hooks

    React hooks for RxJS Observables. Simple, flexible, testable and performant.

    • v4.2.4
    • 38.00
    • Published

    fluture

    FantasyLand compliant (monadic) alternative to Promises

    • v14.0.0
    • 37.92
    • Published

    script-ext-html-webpack-plugin

    Enhances html-webpack-plugin functionality with async and defer attributes for script elements

    • v2.1.5
    • 37.87
    • Published

    streamqueue

    StreamQueue pipe the queued streams one by one in order to preserve their content order.

    • v2.0.0
    • 37.83
    • Published

    @auth0/s3

    Amazon S3 client for upload/download files

    • v1.0.0
    • 37.82
    • Published

    promise-batcher

    A module for batching individual promises to improve their collective efficiency.

    • v1.1.1
    • 37.78
    • Published