createHmac
createHmac copied to clipboard
Node style HMAC for use in the browser, with native implementation in node
Hi everyone, I've used this package in Bun (where it is used as part of the `crypto` module) and in Deno (importing it manually with npm:create-hmac). Through using it and...
Another option (IMO less desirable) would be to publish them to the @types organization. If that is preferred, just let me know!
error: bundling failed: Error: Unable to resolve module `stream` from `/Users/giovani/getapp/node_modules/cipher-base/index.js`: Module does not exist in the module map
This PR adds power support on travis.
Its nodejs project. How I must integrate it with my frontend?
Error using this code snippit: Uncaught TypeError: Class constructor y cannot be invoked without 'new' `import createHmac from "https://esm.sh/create-hmac"; createHmac("sha256", server_seed) .update(public_seed) .digest("hex")`
- Bumps sha.js from ^2.4.8 to ^2.4.12 - Fixes security vulnerability where missing input type checks could lead to hash state rewind and value miscalculation - CVE-2025-9288: https://github.com/advisories/GHSA-95m3-7q98-8xr5
Jusst wondering, if it is worth putting some sort of documentation about the need for polyfills (like `browserify`). It happened to us that we thought we could use this library...