Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belav/compversions


https://github.com/belav/compversions

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Used to compare package.json to package-lock.json and show you mismatched versions

# Installation
npm install -g compversions

# Usage
Run against current directory

````
compversions
````

Run against specific directory

````
compversions ./src
````