p-waterfall
Run promise-returning & async functions in series, each passing its result to the next
a-sync-waterfall
Runs a list of async tasks, passing the results of each into the next one
fastfall
call your callbacks in a waterfall, at speed
run-waterfall
Run an array of functions in series, each passing its results to the next function (waterfall)