compare-version
Compare semver version numbers
Last updated 11 years ago by kevva .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install compare-version 
SYNC missed versions from official npm registry.

compare-version Build Status

Compare version numbers.

Install

$ npm install --save compare-version
$ component install kevva/compare-version
$ bower install --save compare-version

Usage

var compareVersion = require('compare-version');

compareVersion('1.11.0', '1.11.0'); // => 0
compareVersion('1.11.0', '1.2.9'); // => 1
compareVersion('1.11.3', '1.11.25'); // => -1

License

MIT License © Kevin Mårtensson

Current Tags

  • 0.1.2                                ...           latest (11 years ago)

3 Versions

  • 0.1.2                                ...           11 years ago
  • 0.1.1                                ...           11 years ago
  • 0.1.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |