EmbeddedChat
EmbeddedChat copied to clipboard
Warning of `using eval statements is highly discouraged` from the RC Node.js SDK
Description: The current Rocket.Chat Nodejs SDK has js-sha256 as its dependency which is showing the warning message.
Rocket.Chat Nodejs SDK v1.0.0-alpha.42
LINKED ISSUE IN RC Node.js SDK: issue
Steps to reproduce:
-
npm run buildand you will see it in the terminal
Expected behavior:
Not to show any warning message.
Actual behavior:
Shows a warning message.

Made a PR here, which will resolve this issue
This PR should be merged ASAP this eval error is annoying
I want to contribute for this but I am not understanding what is the issue