README.md (hoppscotch-2.2.1) | : | README.md (hoppscotch-3.0.0) | ||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
<div align="center"> | <div align="center"> | |||
# Hoppscotch JavaScript Sandbox <font size=2><sup>ALPHA</sup></font> | # Hoppscotch JavaScript Sandbox <font size=2><sup>ALPHA</sup></font> | |||
</div> | </div> | |||
This package deals with providing a JavaScript sandbox for executing various sec urity sensitive external scripts. | This package deals with providing a JavaScript sandbox for executing various sec urity sensitive external scripts. | |||
## How does this work? | ## How does this work? | |||
This package makes use of [quickjs-empscripten](https://www.npmjs.com/package/qu ickjs-emscripten) for building sandboxes for running external code on Hoppscotch . | This package makes use of [quickjs-emscripten](https://www.npmjs.com/package/qui ckjs-emscripten) for building sandboxes for running external code on Hoppscotch. | |||
Currently implemented sandboxes: | Currently implemented sandboxes: | |||
- Hoppscotch Test Scripts | - Hoppscotch Test Scripts | |||
- Hoppscotch Pre Request Scripts | - Hoppscotch Pre Request Scripts | |||
## Development | ## Development | |||
1. Clone the repository | 1. Clone the repository | |||
``` | ``` | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |