shelljs-exec-proxy
shelljs-exec-proxy copied to clipboard
Unlimited shelljs commands with ES6 proxies
I'm not sure if this is a bug or intentional, but I've noticed that adding double quotes around any globally installed node modules (e.g. "npm") causes node to try and...
I'm not sure why this test is skipped, it looks like it's been skipped since the initial commit. We can probably just enable it, but care should be taken to...
To eliminate all security holes and get a consistent cross-platform API, this should migrate to ShellJS's exec-replacement after the next release (implementation can start once it has been merged).
shelljs-exec-proxy is awesome but I can't get this to work: shell.curl('google.com', {silent:true}); or: shell.curl('google.com', function(code, stdout, stderr) { console.log('Exit code:', code); console.log('Program output:', stdout); console.log('Program stderr:', stderr); }); Are these...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ from 7.16.7 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
No change to logic. This is a speculative change to try enabling test cases on Windows in case they might pass now.
This swaps out shell.exec() in favor of shell.cmd(). This should offer more reliable performance and consistent behavior. There's a known issue that this causes one test case to fail due...