1.0.4 • Published 2 years ago

@astii/compare-version v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@astii/compare-version

with it you can compare versions, get the next version and more

Install

npm install @astii/compare-version --save

or

yarn add @astii/compare-version

Usage

import { compareVersions, getNextVersion } from '@astii/compare-version'
compareVersions("1.0.0", "1.0.1") //-1
compareVersions("1.0.0", "1.0.0") //0
compareVersions("1.0.1", "1.0.0") //1
const nextVersion = getNextVersion("1.0.0") //1.0.1
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago