Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exec-sh

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exec-sh - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

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

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

@@ -77,3 +77,3 @@ # exec-sh

let out;
try {

@@ -85,6 +85,6 @@ out = await execShPromise('pwd', true);

console.log('Stdout: ', e.stdout);
return e;
}
console.log('out: ', out.stdout, out.stderr);

@@ -119,3 +119,3 @@ }

## Code Coverage
Code coverage report for all files is [available here](https://s3.eu-central-1.amazonaws.com/tsertkov-artifacts/exec-sh/master/coverage/lcov-report/index.html).
Code coverage report for all files is [available here](https://s3.eu-central-1.amazonaws.com/tsertkov-artifacts/exec-sh/master/coverage/index.html).

@@ -122,0 +122,0 @@ ## Scripts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc