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