Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
bump-package-versions
Advanced tools
Bump the version of multiple package.json and package-lock.json files with one command
Bump the version of multiple package.json and package-lock.json files at the same time
npm i --save-dev bump-package-versions
npx bump-package-versions --part=patch --strategy=highest ./package.json ./client/package.json ./server/package.json
result:
1.0.0
=> 5.2.1
2.3.4
=> 5.2.1
5.2.0
=> 5.2.1
npx bump-package-versions --part=minor --strategy=separate ./package.json ./client/package.json ./server/package.json
result:
1.0.0
=> 1.1.0
2.3.4
=> 2.4.0
5.2.0
=> 5.3.0
-p, --part Which part of the version do you want to bump. [choices: "major", "minor", "patch"] [default: "patch"]
-s, --strategy Which strategy to use for determining the version. [choices: "highest", "separate"] [default: "separate"] "highest" Will find the highest version in all the files, and bump that version, then apply that version to all files. "separate" Will bump the version of each file separately.
-h, --help Show help [boolean]
--version Show version number [boolean]
FAQs
Bump the version of multiple package.json and package-lock.json files with one command
The npm package bump-package-versions receives a total of 33 weekly downloads. As such, bump-package-versions popularity was classified as not popular.
We found that bump-package-versions 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.