Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

command-execute

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-execute - npm Package Compare versions

Comparing version
1.0.0-rc1.3
to
1.0.0-rc1.4
+1
-1
package.json
{
"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",

@@ -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.
```