Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belav/compversions
https://github.com/belav/compversions
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/belav/compversions
- Owner: belav
- License: mit
- Created: 2020-09-11T20:05:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T21:06:24.000Z (over 4 years ago)
- Last Synced: 2024-11-19T14:58:43.746Z (about 2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````