
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Define help messages for your npm scripts
Especially in monorepos or repositories which are containing server and client scripts you can lose the overview quickly and onboarding new developers to this projects can be a pain. This Script shows version information of your tools as also provides helptexts for your scripts.
Install it in your dependencies
npm install nphalp --save-dev
yarn add nphalp --dev
Describe your scripts with a new nphalp
property in your package.json
"scripts": {
"start": "node src/server.js"
},
"nphalp": {
"start": "Starts the Server"
}
Define a halp task
scripts: {
"start": "node src/server.js",
"halp": "nphalp"
},
Script will show all commands even when no Helptext is provided Script also shows version numbers of grunt, gulp, node, nvm and npm
nphalp --yarn
will show yarn ${cmd}
instead of npm run ${cmd}
FAQs
Define help messages for your npm scripts
We found that nphalp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.