jailed-function
Advanced tools
Comparing version 0.5.7 to 0.5.8
{ | ||
"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 @@ }, |
@@ -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. */ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
81385
1