@jonasgeiler/tsc-files
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -154,3 +154,7 @@ #!/usr/bin/env node | ||
[ '-p', temporaryTsconfigPath, ...remainingArgsToForward ], | ||
{ stdio: 'inherit', shell: process.platform === 'win32' }, | ||
{ | ||
stdio: 'inherit', | ||
env: { ...process.env }, | ||
shell: process.platform === 'win32', | ||
}, | ||
); | ||
@@ -157,0 +161,0 @@ |
{ | ||
"name": "@jonasgeiler/tsc-files", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"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", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
7873
142
3