Skip to content

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

Closed
himself65 wants to merge 1 commit intoreplicate:mainfrom
himself65:remove-require
Closed

fix: remove stable node.js API web crypto polyfill#243
himself65 wants to merge 1 commit intoreplicate:mainfrom
himself65:remove-require

Conversation

@himself65
Copy link
Copy Markdown

@himself65 himself65 commented Apr 18, 2024

Fixes: #225

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

Copy link
Copy Markdown
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
Copy Markdown
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