This example demonstrates using VerifyFetch in a Node.js environment.
# From the monorepo root
pnpm install
# Or from this directory
npm installnpm start- Basic verification - Fetch a file with inline SRI hash
- Manifest-based verification - Use a manifest for automatic SRI lookup
- Computing SRI hashes - Generate hashes for your own files
- Progress tracking - Monitor download progress for large files
- WASM status - Check if WASM hasher is available
╔═══════════════════════════════════════╗
║ VerifyFetch Node.js Examples ║
╚═══════════════════════════════════════╝
=== Example 5: WASM Status ===
⚠ Using SubtleCrypto fallback (buffers entire file)
=== Example 1: Basic Verification ===
✓ Verification successful!
Package: lodash@4.17.21
...