Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 14:58
· 28 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.0.2/dist/coinfat.iife.js"
  integrity="sha384-GBEA8+j5fJ8x36GXMYGKmBBjROQ3AGQhC4eKLE8ZRclycuTb7yKhmfGs7to4teND"
  crossorigin="anonymous"></script>

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

Full Changelog: v1.0.1...v1.0.2