Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@pnpm/semver-diff

Gets the difference between two semver versions

npm version Build Status

Installation

<pnpm|yarn|npm> add @pnpm/semver-diff

Usage

import semverDiff from '@pnpm/semver-diff'

semverDiff('2.0.0', '2.1.0')
//> { change: 'feature', diff: [['2'], ['1', '0']] }

License

MIT © Zoltan Kochan

About

Gets the difference between two semver versions

Resources

License

Packages

No packages published
You can’t perform that action at this time.