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

crypto not found #61

Open
NrmeenTomoum opened this issue Jun 11, 2020 · 2 comments
Open

crypto not found #61

NrmeenTomoum opened this issue Jun 11, 2020 · 2 comments
Labels

Comments

@NrmeenTomoum
Copy link

NrmeenTomoum commented Jun 11, 2020

npm WARN deprecated [email protected]:
This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.

Is it correct? Can you just use inbuilt crypto? @19h @JBaczuk JBaczuk @Kagami @ea2973929 @englercj @JBaczuk
Screen Shot 2020-06-12 at 1 27 33 AM

@19h
Copy link
Contributor

19h commented Jun 11, 2020

Since you're working in a react-native context you might be able to just patch out or straight up remove any use of the nodeCrypto declarations.

That said, I definitely urge you to look into more recent and audited projects if you actually intend to use cryptographic primitives in your application.

@JBaczuk
Copy link
Contributor

JBaczuk commented Jun 17, 2020

related #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants