Skip to content
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

fix: remove stable node.js API web crypto polyfill #243

Closed
wants to merge 1 commit into from

Conversation

himself65
Copy link

@himself65 himself65 commented Apr 18, 2024

Fixes: #225

This won't fix #210 because react native doesn't have webcrypto API

Copy link
Contributor

@aron aron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@himself65 I'm afraid this breaks support for Node 18, which we still need to support for the moment, or provide a clear migration path. Does removing the node: prefix work? I think in our case it doesn't really matter if we use the node protocol, require("crypto") will work.

@mattt
Copy link
Contributor

mattt commented May 2, 2024

@himself65 We just released v0.29.3, which incorporates the change @aron made in #250. Please give that a whirl and let us know if this still isn't working for you 🙏

@mattt mattt closed this May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reading from "node:crypto" is not handled by plugins Node standard library module "node:crypto".
3 participants