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.7 to 0.5.8

src/compiler.d.ts

5

package.json
{
"name": "jailed-function",
"version": "0.5.7",
"version": "0.5.8",
"description": "Safely run untrusted code",

@@ -13,4 +13,5 @@ "keywords": ["sandbox", "jail", "vm", "low-code"],

"watch": "tsc --sourceMap --watch",
"clean": "rm -f ./lib/*",
"clean": "find src -type f \\( -name \"*.js\" -o -name \"*.js.map\" -o -name \"*.d.ts\" -o -name \"*.d.ts.map\" \\) | grep -v \"./node_modules\" | xargs rm",
"prepublish": "npm run clean && npm run test && npm run build",
"publish": "npm run prepublish && npm publish",
"perf": "ts-node spec/perf.ts"

@@ -17,0 +18,0 @@ },

2

tsconfig.json

@@ -58,3 +58,3 @@ {

// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
"outDir": "./lib", /* Specify an output folder for all emitted files. */
// "outDir": "./lib", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */

@@ -61,0 +61,0 @@ // "noEmit": true, /* Disable emitting files from a compilation. */

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