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

ssh2-exec

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2-exec - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

dist/chunk-CTRMYGKA.cjs

42

package.json
{
"name": "ssh2-exec",
"version": "0.8.0",
"version": "0.8.1",
"description": "Transparent usage between `child_process.exec` and `ssh2.prototype.exec`",

@@ -22,2 +22,4 @@ "keywords": [

"@types/eslint__js": "^8.42.3",
"@types/mocha": "^10.0.8",
"@types/ssh2": "^1.15.1",
"eslint": "^9.11.1",

@@ -30,7 +32,11 @@ "eslint-config-prettier": "^9.1.0",

"mocha": "^10.7.3",
"mocha-they": "^0.1.6",
"mocha-they": "^0.1.8",
"prettier": "^3.3.3",
"should": "^13.2.3",
"ssh2-connect": "^4.0.2",
"ssh2-connect": "^4.0.3",
"standard-version": "^9.5.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.8",
"typescript": "^5.6.2",

@@ -43,6 +49,16 @@ "typescript-eslint": "^8.7.0"

"exports": {
".": "./lib/index.js",
"./promise": "./lib/promises.js",
"./promises": "./lib/promises.js"
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
},
"./promises": {
"import": "./dist/promises.js",
"types": "./dist/promises.d.ts",
"require": "./dist/promises.cjs"
}
},
"files": [
"dist"
],
"lint-staged": {

@@ -52,11 +68,12 @@ "*.js": "npm run lint:fix",

},
"main": "./lib/index",
"mocha": {
"throw-deprecation": true,
"inline-diffs": true,
"import": "tsx",
"recursive": true,
"reporter": "spec",
"require": [
"should"
],
"timeout": 5000,
"reporter": "spec",
"recursive": true
"throw-deprecation": false,
"timeout": 40000
},

@@ -68,2 +85,3 @@ "repository": {

"scripts": {
"build": "tsup-node",
"lint:check": "eslint",

@@ -78,5 +96,5 @@ "lint:fix": "eslint --fix",

"postrelease": "git push --follow-tags origin master",
"test": "mocha 'test/**/*.js'"
"test": "mocha 'test/**/*.ts'"
},
"type": "module"
}

@@ -127,3 +127,3 @@ [![Build Status](https://secure.travis-ci.org/adaltas/node-ssh2-exec.svg)][travis]

- David Worms: <https://github.com/wdavidw>
The project is sponsored by [Adaltas](https://www.adaltas.com) based in Paris, France. Adaltas offers support and consulting on distributed systems, big data and open source.

@@ -130,0 +130,0 @@ [ssh2]: https://github.com/mscdex/ssh2

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