check-if-outdated
Check if module dependencies are outdated
Table of Contents
Table of Contents
Install
Usage
CLI
Contribute
License
Install
$ npm install --save check-if-outdated
$ yarn add check-if-outdated
Usage
const checkIfOutdated = require('check-if-outdated')
checkIfOutdated('jest', 'husky').then(console.log)
CLI
$ npm install --global check-if-outdated
$ yarn global add check-if-outdated
Then:
$ check-if-outdated jest
Contribute
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the standard-readme specification.
License
Licensed under the MIT License.