Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@pixelygroup/version-x
Advanced tools
Bumps version in package.json and package-lock.json files based on passed argument
This small utility helps to change version in your project
npm install @pixelygroup/version-x --save-dev
"scripts": {
...
"version-x": "version-x",
"version-major": "version-x -m",
"version-minor": "version-x -i",
"version-patch": "version-x -p",
...
},
npm run version-x -- -x 1.1.1-exact-version
OR
npm run version-patch
Usage: -b 1.1.1 <version> / -m <major> / -i <minor> / -p <patch>.
In case of passing multiple options,
the conditions will be checked and applied
in the same order (left > right)
Options:
--help Show help [boolean]
--version Show version number [boolean]
-x, --exact requires version in format 1.1.1 or 1.1.1-beta, etc. [string]
-m, --major Bumps a version on X position X.1.1 [boolean]
-i, --minor Bumps a version on X position 1.X.1 [boolean]
-p, --patch Bumps a version on X position 1.1.X [boolean]
-t, --tag Creates and pushes git tag [boolean]
npm install -g .
In your terminal run command:
npm install -g @pixelygroup/version-x
npm uninstall -g @pixelygroup/version-x
FAQs
Bumps version in package.json and package-lock.json files based on passed argument
The npm package @pixelygroup/version-x receives a total of 0 weekly downloads. As such, @pixelygroup/version-x popularity was classified as not popular.
We found that @pixelygroup/version-x 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.