kadena-io / pact-lang-api

BSD 3-Clause "New" or "Revised" License
20 stars 16 forks source link

Concerning warning messages from vm-browserify #42

Open ColinGilbert opened 7 months ago

ColinGilbert commented 7 months ago

I received a rather scary warning:

node_modules/vm-browserify/index.js (110:11) Use of eval in "node_modules/vm-browserify/index.js" is strongly discouraged as it poses security risks and may cause issues with minification.

It appears vm-browserify is imported from browserify. Is there a possibility these could be moved into devDependencies or removed altogether?