Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

**is‑semver** is a tiny Node.js utility that validates whether a given string conforms to the [Semantic Versioning](https://semver.org/) specification. It exports a single function (`isSemver(input)`) that returns `true` for valid version strings like `"1.2.3"` and `false` otherwise, making it useful for developers who need a lightweight, zero‑dependency check in build tools, CI scripts, or any JavaScript project that works with version numbers.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ionicabizau/is-semver

Account's avatar
npm/node-semver
The semantic version parser used by npm.

Support the repos that depend on this repository

Top contributors

IonicaBizau's profile
IonicaBizau
27 contributions
egoist's profile
egoist
1 contributions
isneezy's profile
isneezy
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ionicabizau

ionicabizau/is-semver

:checkered_flag: Check if an input value is a valid semver version or not.

JavaScript
2
2
MIT License