Socket
Socket
Sign inDemoInstall

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.4 to 0.3.5

types/index.d.ts

20

package.json
{
"name": "exec-sh",
"version": "0.3.4",
"version": "0.3.5",
"description": "Execute shell command forwarding all stdio.",
"main": "lib/exec-sh.js",
"types": "types/index.d.ts",
"scripts": {
"test": "npm run lint && npm run cover-test",
"cover-test": "nyc --reporter=html --report-dir=artifacts/coverage mocha",
"cover-test": "nyc --reporter=lcov --report-dir=artifacts/coverage mocha",
"lint": "standard --verbose **/*.js",

@@ -31,12 +32,11 @@ "dev": "mocha --reporter spec --watch",

},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.0.7",
"jsdoc": "^3.6.3",
"jshint": "^2.10.3",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"sinon": "^7.5.0",
"standard": "^14.3.1"
"coveralls": "^3.1.0",
"jsdoc": "^3.6.6",
"jshint": "^2.12.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"sinon": "^9.2.4",
"standard": "^16.0.3"
}
}

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

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

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