versions-comparison

0.1.0 • Public • Published

version-compare

GitHub issues GitHub license

中文版

Usage

npm install version-compare

Example

import compare from 'version-compare'
compare('7.2.1', '7.6.1') // return false
compare('3.8.3', '2.6') // return true

Features

like the name, this library is used to compare the version,just be useful for the format like 'Major.Minor.Patch'.

Readme

Keywords

Package Sidebar

Install

npm i versions-comparison

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

9.07 kB

Total Files

11

Last publish

Collaborators

  • wingtao