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
This issue could almost be copied verbatim from here, and exists as an open issue here.
When performing a build with Rollup of a project containing @unstoppabledomains/resolution, you get the following message: Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification.
eval is used in the library js-sha256 which is a dependency of @unstoppabledomains/resolution. There are numerous issues that have been opened about emn178/js-sha256#18, some open (like this), some closed without resolution. There have been no updates to the package since 2017.
Is there an alternative that @unstoppabledomains/resolution can use instead?
This issue could almost be copied verbatim from here, and exists as an open issue here.
The SubtleCrypto API from the browser and Node 15+ is a possible suggestion https://caniuse.com/mdn-api_crypto_subtle
The text was updated successfully, but these errors were encountered: