ssh2-connect
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [3.2.1](https://github.com/adaltas/node-ssh2-connect/compare/v3.2.0...v3.2.1) (2022-03-08) | ||
## [3.2.0](https://github.com/adaltas/node-ssh2-connect/compare/v3.1.0...v3.2.0) (2022-03-08) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "ssh2-connect", | ||
"description": "Callback-based api behind ssh2 to open an SSH connection", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)", | ||
@@ -6,0 +6,0 @@ "coffeelintConfig": { |
@@ -9,3 +9,3 @@ [![Build Status](https://secure.travis-ci.org/adaltas/node-ssh2-connect.png)][travis] | ||
The `connect` fonction return a promise. Its signature is `await connect(options)` | ||
The `connect` function return a promise. Its signature is `await connect(options)` | ||
@@ -12,0 +12,0 @@ It also accept an optional callback function. In such case, its signature is `connect(options, callback)`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12610