Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 09:20
· 8 commits to main since this release

Script tag

Pin the version — the hash covers these exact bytes, so it only holds on a
pinned URL. crossorigin is required: without it the browser refuses the
request even when the hash is right.

<script
  src="https://cdn.jsdelivr.net/npm/@coinfat/checkout@1.2.0/dist/coinfat.iife.js"
  integrity="sha384-9UIZPWprh8iIROwa8BGbaOjSlK1bTpzvfwjeN5RlgXaDNRiCjKtE54pA/Kzn9tiZ"
  crossorigin="anonymous"></script>

Prefer unpkg? Same file, same hash:
https://unpkg.com/@coinfat/checkout@1.2.0/dist/coinfat.iife.js

Full Changelog: v1.1.2...v1.2.0