semver
semver copied to clipboard
:100: parse semantic version numbers, and ranges (the most often imitated original)
Results
1
semver issues
Sort by
recently updated
recently updated
newest added
Trying to parse `>=3.0.0 3.196.0 3.377.0` with `NewVersion` results in the error "Given string does not resemble a Version". This is a possible version string according to https://docs.npmjs.com/cli/v6/using-npm/semver#advanced-range-syntax.
enhancement