patriksimek / vm2

Advanced vm/sandbox for Node.js
MIT License
3.86k stars 293 forks source link

Isolating Imported Modules #532

Open alhassanalbadri opened 1 year ago

alhassanalbadri commented 1 year ago

I have noticed that the code itself gets isolated with no issues, but the imported modules (packages) are run normally, is there a way to achieve this?