command-execute
Advanced tools
+1
-1
| { | ||
| "name": "command-execute", | ||
| "version": "1.0.0-rc1.3", | ||
| "version": "1.0.0-rc1.4", | ||
| "description": "A little utility for running shell/cmd/powershell command in node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
@@ -8,3 +8,3 @@ # Command-execute | ||
| const exec = require('command-execute'); | ||
| exec (command,stdoutPath,stderrPath) //If you don't use stdoutPath and/or stderrPath, it would defaultly use console.out() to output the contnent. | ||
| exec.exec(command,stdoutPath,stderrPath) //If you don't use stdoutPath and/or stderrPath, it would defaultly use console.out() to output the contnent. | ||
| ``` |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1666
0.24%