npm-link-checker

Makes sure your npm linked dependencies are not violating version constraints

Usage no npm install needed!

<script type="module">
  import npmLinkChecker from 'https://cdn.skypack.dev/npm-link-checker';
</script>

README

npm-link-checker

A little CLI tool that makes sure the packages you npm linked are not behind the version declared in package.json.

Installation

npm install npm-link-checker

Usage

Run check-npm-links in a folder with package.json and node_modules. Pass --watch to watch the linked repositories and check whenever their git HEAD changes.