
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.
workspace-versioner
Advanced tools
A poor man's lerna.
This tool will set the version field for all package.jsons in a yarn workspace to the same specified version. It will also take care of updating any cross references within the workspace to that same version as well. If no workspaces are found in the root package.json, it will just update the root package.json version field.
We run this on our build server to set the version number in our frontend workspace to the build-server generated version number.
First, install the package globally:
yarn global add workspace-versioner
Run the following command from your workspace root:
workspace-versioner 1.2.3
This will version all packages within the workspace to v1.2.3.
Clone the repo and run yarn to install dependencies.
To run the linter:
yarn run lint
and to automatically fix fixable errors:
yarn run lint --fix
FAQs
Versions all packages in a yarn workspace to a specified version
The npm package workspace-versioner receives a total of 4 weekly downloads. As such, workspace-versioner popularity was classified as not popular.
We found that workspace-versioner 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.