Isolated global environments for Lua modules

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-110 years ago24 downloads

Dependencies

lua >= 5.1, < 5.3