How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Iterate over promises serially
The main features of sindresorhus/p-each-series are: Flow Control, Promise Utilities.
Projects with overlapping indexed features include: sindresorhus/p-map-series — Map over promises serially. sindresorhus/p-whilst — While a condition returns true, calls a function repeatedly, and then resolves the promise. sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/p-map — Map over promises concurrently. sindresorhus/p-pipe — Compose promise-returning & async functions into a reusable pipeline. sindresorhus/pify — Promisify a callback-style function.
Map over promises concurrently
Compose promise-returning & async functions into a reusable pipeline