Socket
Socket
Sign inDemoInstall

ssh2-connect

Package Overview
Dependencies
19
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

2

CHANGELOG.md

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

### [3.2.3](https://github.com/adaltas/node-ssh2-connect/compare/v3.2.2...v3.2.3) (2022-03-12)
### [3.2.2](https://github.com/adaltas/node-ssh2-connect/compare/v3.2.1...v3.2.2) (2022-03-08)

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

17

package.json
{
"name": "ssh2-connect",
"description": "Callback-based api behind ssh2 to open an SSH connection",
"version": "3.2.2",
"version": "3.2.3",
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",

@@ -30,8 +30,8 @@ "coffeelintConfig": {

"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.2.1",
"mocha": "~9.2.2",
"should": "~13.2.3",

@@ -74,8 +74,11 @@ "standard-version": "^9.3.2"

"build": "coffee -b -o lib src",
"publish": "git push --follow-tags origin master && npm publish",
"prepare": "husky install",
"publish": "git push --follow-tags origin master && npm publish",
"pretest": "npm run build",
"release": "npm test && standard-version",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc