A simple and isolated JavaScript environment for running untrusted code on the web.
- Isolated: The code runs in a separate iframe, so it can't access the parent page.
- Lightweight: The library is small and has no dependencies.
- Customizable: You can pass custom functions to the isolated environment
See the docs here
MIT