Utilitaires développeur

Semver Comparator

Compare two semantic versions.

Browser-onlyInstant outputLocal data

Comparaison

A est plus récent

A normalisé

1.4.2

B normalisé

1.4.2-beta.1

Pourquoi utiliser cet outil

03

Check whether one semantic version is greater, lower, or equal to another.

Semver Comparator is useful for release checks and dependency decisions.

It evaluates semantic version precedence.

Comment l'utiliser

02
01Enter two versions.
02Read the comparison result.

Vérifications rapides avant de copier

03

Confirm the input is the format you intended.

Scan the result before using it in a document, URL, config, or message.

Copy only the output you need.

FAQ

03
Does it include pre-release handling?

Yes. Pre-release precedence is handled.

What version format is expected?

Standard semver format: MAJOR.MINOR.PATCH with optional pre-release labels like 1.2.3-alpha.1.

Is 1.0 a valid input?

No. All three version parts (major, minor, patch) are required for a valid comparison.

Outils liés

03