About this tool
What semantic version compare does
Determine whether one semantic version is lower than, equal to, or higher than another while correctly handling prerelease identifiers and ignoring build metadata for precedence.
How it works
Both inputs are parsed into major, minor, patch, prerelease, and build parts. Numeric components and prerelease identifiers are compared using SemVer precedence rules.