semver-first-satisfied
Version finder
Finds the minimum version from an array that satisfies a given semantic version range
Find minimum in an array of version that satisfies a semver range.
2 stars
2 watching
0 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
eush77/semver-max | Compares versions according to semantic versioning rules and returns the maximum or minimum version. | 3 |
h2non/semver.c | A C implementation of semantic versioning for parsing and comparing version numbers with prereleases and metadata | 185 |
s0ders/go-semver-release | Automates semantic versioning of Git repositories by analyzing commit history and tagging with the correct SemVer number. | 10 |
walkercoderanger/semver | A library for parsing and manipulating semantic version numbers in .NET | 296 |
tomzx/php-semver-checker | Compares source code before and after to suggest semantic versioning changes based on PHP Semantic Versioning 2.0.0 | 429 |
paulmillr/array.prototype.find | Fills ES6 Array.prototype.find method in older environments | 38 |
markchalloner/git-semver | A plugin for managing version numbers in Git using the Semantic Versioning scheme | 382 |
magento/magento-semver | Automates the identification of backward-incompatible changes in Magento code | 33 |
cloudflare/semver_bash | A tool for parsing and comparing semantic versions in bash scripts | 251 |
adamralph/minver | A minimalist .NET package for versioning .NET SDK-style projects using Git tags. | 858 |
qzb/sh-semver | A Bash implementation of semantic versioning with support for various comparators and ranges. | 29 |
mrackwitz/version | A library to represent and compare semantic version numbers in Swift | 183 |
vector-of-bool/semver | A C++ library for managing and manipulating semantic versioning information | 11 |
semver4j/semver4j | A lightweight Java library that helps handle versions according to the semantic versioning specification. | 73 |
sindresorhus/latest-version-cli | A tool to find the latest version of an npm package | 53 |