semver-diff
popularGet the diff type of two semver versions: 0.0.1 0.0.2 → patch
Updated by @sindresorhus
compare-versions
Compare semver version strings to find greater, equal or lesser.
Updated by @omichelsen
find-versions
popularFind semver versions in a string: `unicorn v1.2.3` → `1.2.3`
Updated by @sindresorhus
release-it
Generic CLI tool to automate versioning and package publishing related tasks.
Updated by @webpro
npm-pick-manifest
Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.
Updated by @gar
git-semver-tags
Get all git semver tags of your repository in reverse chronological order
Updated by @oss-bot
version-range
Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.
Updated by @bevryme
semver-greatest-satisfied-range
Find the greatest satisfied semver range from an array of ranges.
Updated by @yocontra
node-version-matches
Returns true if the current node version matches the given semver expression
Updated by @75lb