Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jailed-function

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jailed-function - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc