JSPython is a python-like syntax interpreter implemented with javascript that runs entirely in the web browser and/or in the NodeJS environment.
-
Updated
Oct 5, 2023 - TypeScript
JSPython is a python-like syntax interpreter implemented with javascript that runs entirely in the web browser and/or in the NodeJS environment.
Disable some JavaScript methods (i.e. window.eval) and properties accesses ( i.e. cookie read/write). Attempts to Safe login and registration by blocking external requests. Gives feedback to user about page's attempts to execute document.cookie and window.eval.
Mimic eval in given context
Simple calculator by using eval function.
Add a description, image, and links to the javascript-evaluation topic page so that developers can more easily learn about it.
To associate your repository with the javascript-evaluation topic, visit your repo's landing page and select "manage topics."