Semver Range Checker
Test which versions satisfy a semver range like ^1.2.0 and sort versions correctly.
Range match
2/5 match
1.1.9no match
1.2.0satisfies
1.4.3satisfies
2.0.0no match
1.2.0-beta.1no match
Sorted versions
ascending
1.1.9 · 1.2.0-beta.1 · 1.2.0 · 1.4.3 · 2.0.0
Related tools
All →DEV/FORMAT
JSON Formatter
Prettify, minify, and validate JSON data strings instantly.
DEV/SQL
SQL Editor & Checker
Format SQL and lint for missing WHERE, unmatched quotes, and common mistakes.
DEV/AUTH
JWT Debugger
Decode and inspect JSON Web Token headers and payloads.
DEV/DIFF
JSON Diff
Compare two JSON objects and highlight added, removed, and changed keys.