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