
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@node-minify/cli
Advanced tools
A very light minifier Node.js module.
CLI is a plugin for node-minify
You can compress files using the command line.
npm install -g @node-minify/cli @node-minify/uglify-js
node-minify --compressor uglify-js --input 'input.js' --output 'output.js'
You can also use custom compressors (npm packages or local files):
# npm package
node-minify --compressor my-custom-compressor --input 'input.js' --output 'output.js'
# Local file
node-minify --compressor ./my-compressor.js --input 'input.js' --output 'output.js'
Visit https://node-minify.2clics.net/cli.html for full documentation
FAQs
CLI - command line interface for @node-minify
The npm package @node-minify/cli receives a total of 487 weekly downloads. As such, @node-minify/cli popularity was classified as not popular.
We found that @node-minify/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.