Advanced Search
Search Results
2 total results found
readme.md for @push.rocks/smartexit
@push.rocks/smartexit
A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. Thi...
changelog.md for @push.rocks/smartexit
@push.rocks/smartexit
2026-03-04 - 2.0.3 - fix(smartexit) use native OS methods to kill process trees; remove tree-kill dependency Replaced tree-kill usage with taskkill on Windows and process.kill(-pid) on POSIX. Removed tree-kill package from dependencies and removed its export ...