A browserified dist of node-semver
The semantic version parser used by npm.
The ultimate javascript content-type utility.
TypeScript definitions for semver
Regular expression for matching semver versions
Truncate a semver version: `1.2.3` → `1.2.0`
Compare semver version strings to find greater, equal or lesser.
Get all git semver tags of your repository in reverse chronological order.
Find the greatest satisfied semver range from an array of ranges.
The semantic version parser used by npm for browser.
compare two semver version strings, returning -1, 0, or 1
Parse, normalize and validate given semver shorthand (e.g. gulp@v3.8.10) to object.
Get the intersection of multiple semver ranges
Converts a comver (compatible version) to a semver (semantic version).
Parse, validate, manipulate, and display dates
Ruby SemVer in TypeScript.
Dedicated types library for ramda
Semantic versioning rules parser
v6 of the "semver" package, with security fixes backported from v7.
Tree-shakable, lightweight, drop-in replacement of semver with correct type definition
Lightweight Node.js version sniffing/comparison
ECMAScript spec abstract operations.
A collection of implementation for ECMAScript abstract operations
Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`