-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Bundled dependencies #70
Comments
Proposed solution in pull request #71 |
Oh, never seen unpkg ?module before. That will certainly work for me, thanks! A note on this in the README would save some time for people like me :) |
I am not a fan of unpkg, it creates an attack vector. I would like to see this bug kept open and used to explore the bundling approach. |
Just wrote a note on Deno and SRI at https://github.com/webauthn-open-source/fido2-lib/tree/e60117e18244c4cf9420d026b957a55d17e71d5a#deno |
I'm working on an es/deno-port of fido2-lib and encountered an issue importing this lib.
When importing via esm.run and similar services, constructor names get minified and garbled. It would be nice to have an official non-minified build including depencies. Which would simplify usage from browser and Deno.
The text was updated successfully, but these errors were encountered: