Utilidades para desarrolladores

Semver Comparator

Compare two semantic versions.

Browser-onlyInstant outputLocal data

Comparación

A es más reciente

A normalizado

1.4.2

B normalizado

1.4.2-beta.1

Por qué usar esta herramienta

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.

Cómo usarla

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

Revisiones rápidas antes de copiar

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.

Preguntas frecuentes

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.

Herramientas relacionadas

03