jailed-function
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "jailed-function", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,4 +16,3 @@ # Jailed Function | ||
2. Run secured source code in an isolated context using Node.js VM. | ||
2. All imported globals and arguments passed to jailed functions are made read-only using Proxies, thus preventing mutations. | ||
3. Return deep clones of jailed functions results before exiting the sandbox scope. | ||
3. All imported globals, arguments passed, and return values of jailed functions are made read-only using Proxies, thus preventing mutations. | ||
@@ -20,0 +19,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77188
87