Skip to content

SandTrap; a proxy/Node.js vm based sandbox with support for read/write/call/construct access control.

License

Notifications You must be signed in to change notification settings

rectcoordsystem/sandtrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SandTrap

SandTrap; a proxy/Node.js vm based sandbox with support for read/write/call/construct access control.

Setup

SandTrap is written in TypeScript. To install all needed modules write.

npm install

This allows you to compile the TypeScript sources to JavaScript by writing.

make

The result of the compilation is found in the out/ directory.

SandTrap is set up to work as an npm module. Simply copy or link the main SandTrap directory to the node_modules of your project.

Manual

See the manual for usage information, information on the policy language and examples.

About

SandTrap; a proxy/Node.js vm based sandbox with support for read/write/call/construct access control.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%