bilxio

bilxio/node-exec

Call a child process with the ease of exec and safety of spawn

JavaScript
0
0
No license

This Node.js module provides a safer alternative to `child_process.exec` by allowing users to execute child processes with the simplicity of `exec` but the safety of `spawn`. It's designed for developers who need to run shell commands in Node.js without risking shell expansion or word splitting vulnerabilities. The project is particularly useful for those working with user input or untrusted data, as it automatically handles argument escaping and avoids shell interpretation by default.

Total donated
Undistributed
Share with your subscribers: