node-multispinner
node-multispinner copied to clipboard
Multiple, simultaneous, individually controllable spinners for concurrent tasks in Node.js CLI programs
Bumps [lodash.merge](https://github.com/lodash/lodash) from 3.3.2 to 4.6.2. Release notes *Sourced from [lodash.merge's releases](https://github.com/lodash/lodash/releases).* > ## 4.0.0 > # [lodash v4.0.0](https://github.com/lodash/lodash/wiki/Changelog#v400) > > 2015 was big year! [Lodash](https://lodash.com/) became the [most depended...
Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 2.0.1 to 6.0.3. Changelog Sourced from kind-of's changelog. [6.0.3] - 2020-01-16 Merge pull request #31 for issue #30 [6.0.0] - 2017-10-13 refactor code to be more performant...
Running `npm audit` brings up some security issues with `lodash.merge` and `istanbul`/`mocha`. This PR updates those dependencies to remove security issues. I was also able to run the tests successfully.
some of my processes need to wait for one to finish. being able to add to the list would be nice, but it would also be nice to pause a...
I'm using `async` for my async tasks and have 2 scenarios where a `stop` method would be helpful: - I already know when the tasks are done and don't want...
I have a long list of async tasks running that I only want to run 10 at a time (to avoid abusing CPU/RAM/IO). It would be nice to be able...