Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Bmp (said /bump/) is a small command-line utility for quickly setting or incrementing the version in an NPM module's package.json file.
npm install --global bmp
usage: bmp [command]
commands:
(no args): prints current version
major, b, M: increment major version (M.0.0)
minor, m: increment minor version (x.m.0)
patch, p: increment patch version (x.x.p)
help: prints the help menu
(otherwise): validates & sets version to arg
bmp # -> 1.0.4
bmp M # -> 2.0.0
bmp m # -> 2.1.0
bmp p # -> 2.1.1
bmp 1.0.4 # -> 1.0.4
If you find a bug, create an issue or be fabulous and fix the problem and write the tests up yourself in a coherent pull request.
Run tests with the npm test
command.
Follow me on Twitter for updates or just for the lolz and please check out my other repositories if I have earned it. I thank you for reading.
FAQs
node package version bumper
We found that bmp 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.