Skip to content

ksawery29/isolated-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isolated-js ✨

NPM Downloads NPM Version npm bundle size

A simple and isolated JavaScript environment for running untrusted code on the web.

Features

  • 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

Docs

See the docs here

License

MIT