
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
@kadena-dev/rush-fix-versions
Advanced tools
Package allows to align versions to align with ensureConsistentVersions=true
option in rush.json
To use this as a command (e.g. rush fix-versions) you can add this as a
autoinstalled package and add fix-versions command to the command-line.json.
For reference see maintaining autoinstallers
rush init-autoinstaller --name rush-fix-versions
@kadena-dev/rush-fix-versions to the
autoinstallers/rush-fix-versions/package.jsoncd common/autoinstallers/rush-fix-versions
rush update-autoinstaller --name rush-fix-versions
fix-versions command to command-line.json
{
"commandKind": "global",
"name": "fix-versions",
"summary": "Runs fix-versions to get consistent versions across projects",
"safeForSimultaneousRushProcesses": false,
"autoinstallerName": "rush-fix-versions",
// This will invoke ./common/autoinstallers/rush-fix-versions/node_modules/.bin/rush-fix-versions
"shellCommand": "rush-fix-versions"
},
rush fix-versions and it'll present you the versions that are
misalignedFAQs
Tool to assist with making consistent versions across rush monorepo
The npm package @kadena-dev/rush-fix-versions receives a total of 1 weekly downloads. As such, @kadena-dev/rush-fix-versions popularity was classified as not popular.
We found that @kadena-dev/rush-fix-versions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.