You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: