Isolated global environments for Lua modules

$ luarocks install modjail

When loaded this module replaces the searcher/loader function for
Lua modules to provide every require'd Lua module with its own
isolated global environment, so that changes made to the global
environment by a module are confined to that particular module
alone.

Versions

0.1-19 years ago106 downloads

Dependencies

lua >= 5.1, < 5.3

Manifests