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