Free and open-source api to check which dependencies in your package are using the latest version.
Checkout the demo and the module.
curl -F file=@./package.json https://latest-stalker.herokuapp.com/api/stalk
To contribute fork this project, make your changes, and submit a pull request.
git clone https://github.com/thenengah/latest-stalker.git
cd latest-stalker-api
npm intall
npm run build
npm start
Make sure the tests pass and you have at least one for your contribution.
npm test