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
I am working on the EmbeddedChat project. I am using Rocket.Chat Nodejs SDK v1.0.0-alpha.42. I've polyfilled all nodejs packages (around 40) which were causing errors when bundling with Rollup. But after that, there was one warning left with use of eval is strongly discouraged, It is coming from js-sha256 package, linked issue.
Can the SDK be modified so that SDK is not limited to the backend and can be used with the frontend also? Else, can js-sha256 be eliminated from this package and use crypto instead?
The text was updated successfully, but these errors were encountered:
sidmohanty11
changed the title
BUG: Bundled RC node.js SDK uses eval statements
BUG: RC node.js SDK deps uses eval statements
Jun 27, 2022
sidmohanty11
changed the title
BUG: RC node.js SDK deps uses eval statements
BUG: RC node.js SDK deps use eval statements
Jun 27, 2022
I am working on the EmbeddedChat project. I am using Rocket.Chat Nodejs SDK
v1.0.0-alpha.42
. I've polyfilled all nodejs packages (around 40) which were causing errors when bundling with Rollup. But after that, there was one warning left withuse of eval is strongly discouraged
, It is coming fromjs-sha256
package, linked issue.Can the SDK be modified so that SDK is not limited to the backend and can be used with the frontend also? Else, can
js-sha256
be eliminated from this package and usecrypto
instead?The text was updated successfully, but these errors were encountered: