@jonasgeiler/tsc-files
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -81,3 +81,3 @@ #!/usr/bin/env node | ||
// Evaluate the content as JS to support comments in the config file | ||
const tsconfig = new Function(`return ${tsconfigContent}`)(); | ||
const tsconfig = new Function(`return (\n${tsconfigContent}\n);`)(); | ||
@@ -84,0 +84,0 @@ // Get a temporary tsconfig file path |
{ | ||
"name": "@jonasgeiler/tsc-files", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "A tiny tool to run tsc on specific files without ignoring tsconfig.json", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/skayo/tsc-files#readme", |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
7880