Socket
Socket
Sign inDemoInstall

exec-sh

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "exec-sh",
"version": "0.3.0",
"version": "0.3.1",
"description": "Execute shell command forwarding all stdio.",

@@ -5,0 +5,0 @@ "main": "lib/exec-sh.js",

@@ -81,5 +81,7 @@ # exec-sh

} catch (e) {
return console.log('Error: ', e);
return console.log('Stderr: ', e.stderr);
return console.log('Stdout: ', e.stdout);
console.log('Error: ', e);
console.log('Stderr: ', e.stderr);
console.log('Stdout: ', e.stdout);
return e;
}

@@ -86,0 +88,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