
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.
print-project-version
Advanced tools
Print formatted project version from the package.json
This is a small utility meant to be used on CI scripts. It will print the version coming from the project package.json.
Compared to other similar utilities, you can format the way you print the version, or only print a part of it. This is expecially useful when you automatically generate patch versions on your CI and you don't want to use console utilities.
Examples.
npx print-project-version # prints 1.2.3
npx print-project-version minor # prints 2
npx print-project-version minor.patch # prints 2.3
npx print-project-version major.minor. # prints 1.2.
FAQs
Print formatted project version from the package.json
We found that print-project-version 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
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.