CDN Resources for basic-auth

Quick access to CDN links for the basic-auth package

CDN Resources for basic-auth
Various ways to access basic-auth via Content Delivery Networks

Package Installation

npm
npm install basic-auth
yarn
yarn add basic-auth
pnpm
pnpm add basic-auth

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/basic-auth"></script>
Unpkg
<script src="https://unpkg.com/basic-auth"></script>
jsDelivr ESM
<script type="module">
  import basicauth from 'https://cdn.jsdelivr.net/npm/basic-auth/+esm';
</script>
Skypack
<script type="module">
  import basicauth from 'https://cdn.skypack.dev/basic-auth';
</script>