node-supe icon indicating copy to clipboard operation
node-supe copied to clipboard

Erlang-inspired Process Supervision Library for Node.js

Results 6 node-supe issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Currently uses `setTimeout` to reduce counter tracking how many times citizen was automatically restarted by supervisor. Unfortunately, this creates an async resource that prevents the supervising process from shutting down....

enhancement

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

Supervisor to Citizen Noticeboard Pipes depend on supervision lifecycle events that have been converted to hooks 1. Disconnect pipes on citizen shutdown depends on removed `citizen-shutdown` notice. https://github.com/Akamaozu/node-supe/blob/334ce465778b9e8b5770bb9b8f9a4231d4161622/lib/modules/supervisor/supervision/process-citizen-noticeboard-requests.js#L52-L61 2. Disconnect...