
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@kadena-dev/rush-fix-versions
Advanced tools
Tool to assist with making consistent versions across rush monorepo
Tool to assist with making consistent versions across rush monorepo
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
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
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.