REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.00 KB
Close
//lib/node_modules/npm/node_modules/semver-diff/readme.md
Text
Base64
# semver-diff [](https://travis-ci.org/sindresorhus/semver-diff) > Get the diff type of two [semver](https://github.com/isaacs/node-semver) versions: `0.0.1 0.0.2` → `patch` ## Install ```sh $ npm install --save semver-diff ``` ## Usage ```js var semverDiff = require('semver-diff'); semverDiff('1.1.1', '1.1.2'); //=> 'patch' semverDiff('0.0.1', '1.0.0'); //=> 'major' semverDiff('0.0.1', '0.1.0'); //=> 'minor' semverDiff('0.0.1-foo', '0.0.1-foo.bar'); //=> 'prerelease' semverDiff('0.1.0', '0.1.0+foo'); //=> 'build' semverDiff('0.0.1', '0.0.1'); //=> null semverDiff('0.0.2', '0.0.1'); //=> null ``` ## API ### semverDiff(versionA, versionB) Returns the difference type between two semver versions, or `null` if they're identical or the second one is lower than the first. Possible values: `'major'`, `'minor'`, `'patch'`, `'prerelease'`, `'build'`, `null`. ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.js
464 B
lrw-r--r--
2021-03-10 14:36:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
license
1.09 KB
lrw-r--r--
2021-03-10 14:36:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
1.57 KB
lrw-r--r--
2021-03-10 14:36:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.md
1.00 KB
lrw-r--r--
2021-03-10 14:36:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).