+1
-1
@@ -67,3 +67,3 @@ import { spawn as e, spawnSync as t } from "node:child_process"; | ||
| const x = /([()\][%!^"`<>&|;, *?])/g; | ||
| const S = /^#!\s*(.+)$/; | ||
| const S = /^#!\s*(.+)/; | ||
| const C = /\.(?:com|exe)$/i; | ||
@@ -70,0 +70,0 @@ const w = /node_modules[\\/]\.bin[\\/][^\\/]+\.cmd$/i; |
+1
-1
| { | ||
| "name": "tinyexec", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A minimal library for executing processes in Node", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
22860
0