JSPM

Found 10551 results for async iterables

bfj

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

  • v9.1.2
  • 52.38
  • Published

p-filter

Filter promises concurrently

  • v4.1.0
  • 52.35
  • Published

exit-hook

Run some code when the process exits

  • v4.0.0
  • 52.33
  • Published

memoizee

Memoize/cache function results

  • v0.4.17
  • 51.99
  • Published

bottleneck

Distributed task scheduler and rate limiter

  • v2.19.5
  • 51.77
  • Published

into-stream

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

  • v8.0.1
  • 51.75
  • Published

async-lock

Lock on asynchronous code

  • v1.4.1
  • 51.73
  • Published

async-mutex

A mutex for guarding async workflows

  • v0.5.0
  • 51.65
  • Published

quansync

Create sync/async APIs with usable logic

  • v0.2.11
  • 51.43
  • Published

async-hook-jl

Inspect the life of handle objects in node

  • v1.7.6
  • 51.36
  • 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
  • 51.30
  • Published

async-listen

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

  • v3.1.0
  • 51.01
  • Published

avvio

Asynchronous bootstrapping of Node applications

  • v9.1.0
  • 50.84
  • Published

tiny-async-pool

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

  • v2.1.0
  • 50.46
  • Published

async-sema

Semaphore using `async` and `await`

  • v3.1.1
  • 50.34
  • Published

asygen

0-Deps, simple and fast async generator library for browser and NodeJS

  • v0.3.360
  • 50.24
  • Published

p-wait-for

Wait for a condition to be true

  • v5.0.2
  • 50.14
  • Published

native-promise-only

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

  • v0.8.1
  • 50.10
  • Published

async-settle

Settle an async function.

  • v2.0.0
  • 50.06
  • Published

p-map-series

Map over promises serially

  • v3.0.0
  • 50.01
  • Published

@expo/spawn-async

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

  • v1.7.2
  • 49.98
  • Published

p-pipe

Compose promise-returning & async functions into a reusable pipeline

  • v4.0.0
  • 49.91
  • Published

chai-as-promised

Extends Chai with assertions about promises.

  • v8.0.2
  • 49.82
  • 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.52
  • Published

node-ensure

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

  • v0.0.0
  • 49.51
  • Published

p-throttle

Throttle promise-returning & async functions

  • v8.0.0
  • 49.44
  • Published

bach

Compose your async functions with elegance.

  • v2.0.1
  • 49.28
  • Published

p-all

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

  • v5.0.0
  • 49.14
  • Published

async-exit-hook

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

  • v2.0.1
  • 48.96
  • Published

glob-watcher

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

  • v6.0.0
  • 48.92
  • Published

p-waterfall

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

  • v3.0.0
  • 48.48
  • 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.30
  • Published

deferred

Modular and fast Promises implementation

  • v0.7.11
  • 47.98
  • Published

p-memoize

Memoize promise-returning & async functions

  • v8.0.0
  • 47.96
  • Published

async-foreach

An optionally-asynchronous forEach with an interesting interface.

  • v0.1.3
  • 47.87
  • 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

traverse-chain

A simple asynchronous tool

  • v0.1.0
  • 47.60
  • Published

foreachasync

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

  • v5.1.3
  • 47.54
  • Published

scrypt-js

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

  • v3.0.1
  • 47.48
  • Published

when

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

  • v3.7.8
  • 47.30
  • Published

a-sync-waterfall

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

  • v1.0.1
  • 47.24
  • Published

2-thenable

Convert any object to thenable

  • v1.0.0
  • 47.23
  • Published

wait-for-expect

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

  • v4.0.0
  • 47.21
  • Published

grunt

The JavaScript Task Runner

  • v1.6.1
  • 46.94
  • Published

await-to-js

Async/await wrapper for easy error handling in js

  • v3.0.0
  • 46.87
  • Published

grouped-queue

In memory queue system prioritizing tasks

  • v2.1.0
  • 46.80
  • Published

p-any

Wait for any promise to be fulfilled

  • v4.0.0
  • 46.74
  • Published

async-each-series

Apply an async function to each Array element in series.

  • v1.1.0
  • 46.53
  • Published

p-reflect

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

  • v3.1.0
  • 46.41
  • Published

p-settle

Settle promises concurrently and get their fulfillment value or rejection reason

  • v5.1.1
  • 46.30
  • Published

p-some

Wait for a specified number of promises to be fulfilled

  • v6.0.0
  • 46.20
  • Published

promise-coalesce

Coalesces multiple promises for the same identifier into a single request

  • v1.1.2
  • 46.08
  • 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
  • 46.08
  • Published

async-streamify

Stream and serialize nested promises and async iterables over HTTP, workers, etc

  • v1.2.0
  • 45.90
  • Published

ava

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

  • v6.4.1
  • 45.33
  • Published

deasync

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

  • v0.1.30
  • 45.30
  • Published

youtube-player

YouTube IFrame Player API abstraction.

  • v5.6.0
  • 45.20
  • 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
  • 45.12
  • Published

p-iteration

Make array iteration easy when using async/await and Promises

  • v1.1.8
  • 44.89
  • Published

bufferstreams

Abstract streams to deal with the whole buffered contents.

  • v5.0.0
  • 44.70
  • Published

map-limit

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

  • v0.0.1
  • 44.70
  • Published

jsftp

A sane FTP client implementation for NodeJS

  • v2.1.3
  • 44.65
  • 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.46
  • Published

after-all-results

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

  • v2.0.0
  • 44.32
  • Published

@stdlib/fs-exists

Test whether a path exists on the filesystem.

  • v0.2.2
  • 44.22
  • Published

async-value-promise

Creates a value/error pair to mimic promise behavior

  • v1.1.1
  • 44.18
  • Published

fn-args

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

  • v6.0.0
  • 44.12
  • Published

async-value

Async value container

  • v1.2.2
  • 43.98
  • Published

fastfall

call your callbacks in a waterfall, at speed

  • v1.5.1
  • 43.87
  • Published

fastparallel

Zero-overhead asynchronous parallel/each/map function call

  • v2.4.1
  • 43.85
  • Published

set-interval-async

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

  • v3.0.3
  • 43.84
  • Published

async-hook-domain

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

  • v4.0.1
  • 43.77
  • Published

d3-queue

Evaluate asynchronous tasks with configurable concurrency.

  • v3.0.7
  • 43.69
  • Published

caf

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

  • v15.0.1
  • 43.47
  • Published

fastseries

Zero-overhead asynchronous series/each/map function calls

  • v2.0.0
  • 43.45
  • Published

acorn-es7-plugin

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

  • v1.1.7
  • 43.31
  • Published

@thi.ng/rdom

Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible

  • v1.7.56
  • 43.30
  • Published

redux-observable

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

  • v3.0.0-rc.2
  • 43.29
  • 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.16
  • Published

@paypal/paypal-js

Loading wrapper and TypeScript types for the PayPal JS SDK

  • v8.3.0
  • 43.16
  • Published

steed

horsepower for your modules

  • v1.1.3
  • 43.15
  • Published

testcafe

Automated browser testing for the modern web development stack.

  • v3.7.2
  • 43.02
  • Published

sqlite

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

  • v5.1.1
  • 42.97
  • Published

p-debounce

Debounce promise-returning & async functions

  • v4.0.0
  • 42.96
  • Published

@breejs/later

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

  • v4.2.0
  • 42.87
  • Published

png-async

A simple and non-blocking PNG encoder / decoder.

  • v0.9.4
  • 42.84
  • Published

contra

Asynchronous flow control with a functional taste to it

  • v1.9.4
  • 42.83
  • Published

breeze

Functional async flow control library

  • v1.2.2
  • 42.83
  • Published

loadjs

Tiny async loader for modern browsers

  • v4.3.0
  • 42.83
  • Published

@lifeomic/attempt

Library that can be used to retry functions that return promise

  • v3.1.0
  • 42.81
  • Published

zip-a-folder

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

  • v3.1.9
  • 42.71
  • Published

cls-bluebird

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

  • v2.1.0
  • 42.66
  • Published

await-lock

Mutex locks for async functions

  • v3.0.0
  • 42.63
  • Published

typechecker

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

  • v9.3.0
  • 42.62
  • Published

seq

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

  • v0.3.5
  • 42.57
  • Published

orchestrator

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

  • v0.3.8
  • 42.53
  • Published

yaku

A lightweight promise library

  • v1.0.1
  • 42.37
  • Published

nextgen-events

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

  • v1.5.3
  • 42.37
  • Published

promisify-any

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

  • v2.0.1
  • 42.02
  • Published

async-csv

ES7 async-await wrapper for the csv package.

  • v2.1.3
  • 42.00
  • Published

@jpwilliams/waitgroup

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

  • v2.1.1
  • 41.92
  • 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.83
  • Published

jsonstream-next

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

  • v3.0.0
  • 41.76
  • Published

epub2

Parse ePub electronic book files with Node.JS

  • v3.0.2
  • 41.67
  • Published

asyncro

Asynchronous Array Utilities (for await)

  • v3.0.0
  • 41.60
  • Published

node-gzip

Simply gzip and ungzip in Node.js with promises

  • v1.1.2
  • 41.49
  • Published

command-exists-promise

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

  • v2.0.2
  • 41.47
  • Published

tiny-each-async

Asynchronous iterator function for parallel processing.

  • v2.0.3
  • 41.44
  • Published

async-eventemitter

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

    • v0.2.4
    • 41.42
    • Published

    seventh

    A lean Promises and Async lib for ES6/ES7

    • v0.9.4
    • 41.39
    • Published

    parse-function

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

    • v5.6.10
    • 41.37
    • Published

    co-bluebird

    co with bluebird promises

    • v1.1.0
    • 41.11
    • Published

    p-every

    Test whether all promises passes a testing function

    • v2.0.0
    • 41.02
    • Published

    @n8n/p-retry

    Retry a promise-returning or async function

    • v6.2.0-2
    • 40.85
    • Published

    event-iterator

    Convert event emitters and event targets to ES async iterators

    • v2.0.0
    • 40.74
    • Published

    @feathersjs/hooks

    Async middleware for JavaScript and TypeScript

    • v0.9.0
    • 40.70
    • Published

    better-queue

    Better Queue for NodeJS

    • v3.8.12
    • 40.68
    • Published

    fibers

    Cooperative multi-tasking for Javascript

    • v5.0.3
    • 40.65
    • Published

    zip-lib

    zip and unzip library for node

    • v1.1.2
    • 40.58
    • Published

    throwback

    Simple asynchronous middleware pattern

    • v4.1.0
    • 40.54
    • 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.30
    • Published

    @usebruno/cli

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

    • v2.10.0
    • 40.14
    • 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
    • 40.02
    • Published

    async-wait-until

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

    • v2.0.30
    • 40.01
    • Published

    redux-promise-middleware

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

    • v6.2.0
    • 39.96
    • Published

    @tanstack/router-cli

    Modern and scalable routing for React applications

    • v1.131.28
    • 39.95
    • 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.95
    • Published

    run-waterfall

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

    • v1.1.7
    • 39.94
    • Published

    @hyperjump/pact

    Higher order functions for iterators and async iterators

    • v1.4.0
    • 39.79
    • Published

    vow

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

    • v0.4.20
    • 39.78
    • Published

    promise-deferred

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

    • v2.0.4
    • 39.76
    • Published

    co-with-promise

    generator async control flow goodness

    • v4.6.0
    • 39.67
    • 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.59
    • Published

    piall

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

    • v0.2.1
    • 39.56
    • Published

    if-async

    async conditional execution for async.js or standalone usage

    • v3.7.4
    • 39.51
    • Published

    google-maps

    Async loader for google maps api (browser, typescript)

    • v4.3.3
    • 39.19
    • Published

    consumable-stream

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

    • v3.0.0
    • 39.13
    • Published

    es6-promise-pool

    Runs Promises in a pool that limits their concurrency.

    • v2.5.0
    • 39.08
    • Published

    easy-transform-stream

    Create a transform stream using await instead of callbacks

    • v1.0.1
    • 38.76
    • Published

    taskgroup

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

    • v9.8.0
    • 38.62
    • 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.55
    • Published

    parallel-each

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

    • v1.1.7
    • 38.55
    • Published

    observable-hooks

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

    • v4.2.4
    • 38.47
    • 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.42
    • Published

    make-synchronous

    Make an asynchronous function synchronous

    • v2.0.1
    • 38.30
    • Published

    script-ext-html-webpack-plugin

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

    • v2.1.5
    • 38.13
    • Published

    p-series

    Run promise-returning & async functions in series

    • v3.0.0
    • 38.04
    • Published

    promise-batcher

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

    • v1.1.1
    • 37.99
    • Published

    @esm2cjs/p-timeout

    Timeout a promise after a specified amount of time. This is a fork of sindresorhus/p-timeout, but with CommonJS support.

    • v6.1.2
    • 37.99
    • Published

    @auth0/s3

    Amazon S3 client for upload/download files

    • v1.0.0
    • 37.96
    • Published

    yieldable-json

    An asynchronous yieldable version of JSON.stringify and JSON.parse

    • v2.1.0
    • 37.93
    • Published

    fluture

    FantasyLand compliant (monadic) alternative to Promises

    • v14.0.0
    • 37.90
    • Published

    streamqueue

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

    • v2.0.0
    • 37.89
    • Published

    @adobe/fetch

    Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2

    • v4.2.2
    • 37.88
    • Published

    plexer

    Create a duplex stream from a readable and a writable stream.

    • v3.0.0
    • 37.86
    • Published

    try-to-catch

    function try-catch wrapper for promises

    • v3.0.1
    • 37.80
    • Published

    async-mqtt

    Promise wrapper over MQTT.js

    • v2.6.3
    • 37.73
    • Published

    use-async-effect

    Asynchronous side effects, without the nonsense

    • v2.2.7
    • 37.65
    • Published

    promise-pool-executor

    A module for managing ES6 promise concurrency, frequency, and efficiency.

    • v2.0.0
    • 37.58
    • Published

    bluestream

    A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises

    • v10.3.3
    • 37.44
    • Published

    lll

    A simple implementation of async.parallel

    • v0.0.3
    • 37.43
    • Published

    memoizeasync

    Helper for memoizing async functions and methods

    • v1.1.0
    • 37.35
    • Published

    async-stream-emitter

    An alternantive to EventEmitter using consumable streams.

    • v7.0.1
    • 37.09
    • Published

    async.queue

    async queuemethod as module.

    • v0.5.2
    • 37.06
    • Published

    zeromq

    Next-generation ZeroMQ bindings for Node.js

    • v6.5.0
    • 37.05
    • Published

    @zmotivat0r/o0

    Async/await wrapper with error handling, retry and error override

    • v1.0.2
    • 37.03
    • Published

    @esm2cjs/p-queue

    Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.

    • v7.3.0
    • 37.00
    • Published

    composition

    Compose generator and async/await middleware

    • v2.3.0
    • 36.96
    • Published

    p-props

    Like `Promise.all()` but for `Map` and `Object`

    • v6.0.0
    • 36.96
    • Published

    cypress-promise

    Convert a Cypress chain into a promise for use with async/await

    • v1.1.0
    • 36.93
    • Published

    promise-mysql

    A bluebird wrapper for node-mysql

    • v5.2.0
    • 36.89
    • Published

    mantine-datatable

    The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data r

    • v8.2.0
    • 36.86
    • Published

    clarinet

    SAX based evented streaming JSON parser in JavaScript (browser and node)

    • v0.12.6
    • 36.84
    • Published

    async-await-mutex-lock

    Mutex locks for async functions with functionality to use keys for separate locks

    • v1.0.12
    • 36.83
    • Published

    each-parallel-async

    Asynchronously calls a function on each element in an array in parallel.

    • v1.0.0
    • 36.83
    • Published

    it-reader

    Read an exact number of bytes from a binary (async) iterable

    • v6.0.4
    • 36.80
    • Published

    composer

    Run and compose async tasks. Easily define groups of tasks to run in series or parallel.

    • v4.1.0
    • 36.71
    • Published

    reqwest

    A wrapper for asynchronous http requests

    • v2.0.5
    • 36.69
    • Published

    await-handler

    Basic wrapper for await that allows handling of errors without try/catch blocks

    • v1.1.2
    • 36.69
    • Published

    write-json

    Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.

    • v3.0.1
    • 36.66
    • Published

    async-rwlock

    Promise-based asynchronous readers-writers lock

    • v1.1.1
    • 36.65
    • Published

    firstline

    Async npm module for Node JS that reads the first line of a file

    • v2.0.2
    • 36.57
    • Published

    async-helpers

    Use async helpers in templates with engines that typically only handle sync helpers. Handlebars and Lodash have been tested.

    • v0.3.17
    • 36.57
    • Published

    p-queue-compat

    Compatible version of p-queue

    • v1.0.229
    • 36.52
    • Published

    when-dom-ready

    $(document).ready() for the 21st century

    • v1.2.12
    • 36.51
    • Published

    base-helpers

    Adds support for managing template helpers to your base application.

    • v1.0.0
    • 36.38
    • Published

    qrate

    A Node.js queue library with controllable concurrency and rate limiting

    • v2.0.0
    • 36.32
    • Published

    async-scheduler

    ![CI](https://github.com/kremi151/async-scheduler/workflows/CI/badge.svg) ![NPM](https://img.shields.io/npm/v/async-scheduler?color=green)

    • v1.4.4
    • 36.31
    • Published

    one-by-one

    Run async tasks one by one.

    • v3.2.9
    • 36.29
    • Published