0.1.2 • Published 2 years ago

@restbox/sandboxer v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

RestBox Sandboxer

a JavaScript sandbox for executing various security sensitive external scripts.

This package makes use of quickjs-empscripten for building sandboxes for running external code on RestBox.

Currently implemented sandboxes:

  • RestBox Test Scripts
  • RestBox Pre Request Scripts

Development

  1. Clone the repository
# git
git clone https://github.com/restbox/sandboxer

# github cli
gh repo clone restbox/sandboxer
  1. Install dependencies
yarn
  1. Run demo command
yarn demo