npm.io
4.3.15 • Published 3 years ago

mixed-pipeline

Licence
MIT
Version
4.3.15
Deps
0
Size
32 kB
Vulns
0
Weekly
0

Pipeline to process ordered synchronous and asynchronous functions

NPM GitHub top language GitHub code size in bytes
Snyk Vulnerabilities for GitHub Repo GitHub issues GitHub pull requests Libraries.io dependency status for GitHub repo
node-current GitHub last commit npm npm

Purpose

Have you ever landed in the promise hell? Especially mixing synchronous and asynchronous functions?

In this case, this module might be of some help for you.

There are three versions

  • Version 3 (the default version for backward compatibility) uses a few verbs to steer the flow.

  • Version 4 has more options and uses a pure array to steer the flow more flexibly.

  • Version 5 has changed to a completely asynched version.

Keywords