CDN Resources for dependency-check
Various ways to access dependency-check via Content Delivery Networks
Package Installation
npm
npm install dependency-check
yarn
yarn add dependency-check
pnpm
pnpm add dependency-check
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/dependency-check"></script>
Unpkg
<script src="https://unpkg.com/dependency-check"></script>
jsDelivr ESM
<script type="module">
import dependencycheck from 'https://cdn.jsdelivr.net/npm/dependency-check/+esm';
</script>
Skypack
<script type="module">
import dependencycheck from 'https://cdn.skypack.dev/dependency-check';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages