ToolKit

Developer Tools

Free Semantic Version Comparator Online

Compare two semver version strings. Check if one is greater, equal or less. Validate semver format.

Range operators

^1.2.3>=1.2.3 <2.0.0 — minor+patch
~1.2.3>=1.2.3 <1.3.0 — patch only
>=1.2.3Any version at or above
1.x>=1.0.0 <2.0.0 — wildcard
*Any version (use with caution)

More in Developer Tools