CDN Resources for latest-version
Various ways to access latest-version via Content Delivery Networks
Package Installation
npm
npm install latest-version
yarn
yarn add latest-version
pnpm
pnpm add latest-version
CDN 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