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

ssh2-exec

Package Overview
Dependencies
Maintainers
1
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.7.2 to 0.7.3

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.7.3](https://github.com/adaltas/node-ssh2-exec/compare/v0.7.2...v0.7.3) (2022-03-11)
### [0.7.2](https://github.com/adaltas/node-ssh2-exec/compare/v0.7.0...v0.7.2) (2022-01-12)

@@ -7,0 +9,0 @@

23

package.json
{
"name": "ssh2-exec",
"version": "0.7.2",
"version": "0.7.3",
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`",

@@ -53,10 +53,11 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/cz-commitlint": "^16.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cz-commitlint": "^16.2.1",
"coffeescript": "^2.6.1",
"husky": "^7.0.4",
"mocha": "^9.1.3",
"mocha": "^9.2.1",
"mocha-they": "^0.1.3",
"should": "^13.2.3",
"ssh2-they": "^2.2.1",
"ssh2-connect": "^3.2.2",
"standard-version": "^9.3.2"

@@ -75,9 +76,11 @@ },

"build": "coffee -b -o lib src",
"publish": "git push --follow-tags origin master && npm publish",
"prepare": "husky install",
"pretest": "npm run build",
"prepublish": "git push --follow-tags origin master",
"publish": "npm publish",
"release": "npm test && standard-version",
"test": "mocha test/**/*.coffee"
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major",
"test": "mocha 'test/**/*.coffee'"
}
}
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