# check-ver **Repository Path**: mirrors_tomasAlabes/check-ver ## Basic Information - **Project Name**: check-ver - **Description**: Check installed package versions - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CheckVer A small utility to check that the installed version of a dependency is compatible with the one defined in the package.json You can use this to fail and prompt the user to update the dependencies. ## Getting Started ``` npm install check-ver --save-dev yarn add check-ver ``` ### Prerequisites What things you need to install the software and how to install them ``` Give examples ``` ### Installing ``` var checkVer = require('check-ver'); checkVer.validateVersions('webpack', 'Please update your dependencies'); ``` ## Versioning We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). ## Authors * **Nicolas Laplumen** - *Initial work* - [nlaplume](https://github.com/nlaplume) ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details