Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
graceful-process
Advanced tools
graceful exit process even parent exit on SIGKILL.
npm i graceful-process
Require this module and execute it on every child process file.
// mycli.js
const { graceful } = require('graceful-process');
graceful({ logger: console, label: 'mycli-child-cmd' });
Made with contributors-img.
2.0.0 (2024-12-15)
part of https://github.com/eggjs/egg/issues/3644
https://github.com/eggjs/egg/issues/5257
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->New Features
Introduced new GitHub Actions workflows for publishing and release processes.
Added TypeScript configuration for stricter type-checking and modern module support.
Documentation
Updated README.md for clarity on usage and installation instructions.
Bug Fixes
Chores
Updated .gitignore
and package.json
to reflect new structure and
dependencies.
features
0f0069c
] - feat: add beforeExit options (#4) (Haoliang Gao <sakura9515@gmail.com>)features
180028b
] - feat: add logLevel to control print log level (#3) (fengmk2 <fengmk2@gmail.com>)others
7edd157
] - test: add more assert on tests (#2) (fengmk2 <fengmk2@gmail.com>)b838376
] - deps: use nyc version of egg-bin (#1) (fengmk2 <fengmk2@gmail.com>)FAQs
graceful exit process even parent exit on SIGKILL.
The npm package graceful-process receives a total of 13,898 weekly downloads. As such, graceful-process popularity was classified as popular.
We found that graceful-process demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.