Socket
Socket
Sign inDemoInstall

exec-extra

Package Overview
Dependencies
161
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.6.0

6

package.json

@@ -9,3 +9,3 @@ {

},
"description": "A better child_process",
"description": "child_process with POSIX style features",
"devDependencies": {

@@ -56,3 +56,3 @@ "codecov": "^3.1.0",

"optionalDependencies": {
"git-bash-shell": "^2.0.0"
"git-bash-shell": "^2.1.0"
},

@@ -70,3 +70,3 @@ "repository": {

},
"version": "2.5.0"
"version": "2.6.0"
}

@@ -10,13 +10,9 @@ exec-extra

A better child_process
child_process with [POSIX](https://en.wikipedia.org/wiki/POSIX) style features.
## Why
- Promise interface.
- Executes locally installed binaries by name.
- Support [Bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) shell script cross platform
- Support [POSIX](https://en.wikipedia.org/wiki/POSIX) file path.
- Improved Windows support.
- Support [Shebang](https://en.wikipedia.org/wiki/Shebang_(Unix))
- Support [PATHEXT](https://github.com/joyent/node/issues/2318)
- Support [Shell script](https://en.wikipedia.org/wiki/Shell_script)
- Add cross-platform [POSIX](https://en.wikipedia.org/wiki/POSIX) style path support for Node and NPM.
- Add cross-platform [Shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) support for executable file.
- Add cross-platform [Shell script](https://en.wikipedia.org/wiki/Shell_script) support for child process.
- With promise/async interface.

@@ -68,3 +64,2 @@ ## Install

npm i -g exec-extra
npm-run mocha
```

@@ -71,0 +66,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc