ssh2-connect
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -39,3 +39,3 @@ import { Client, ConnectConfig as Config } from "ssh2"; | ||
*/ | ||
declare const connect: (options: ConnectConfig) => PromiseLike<Client>; | ||
declare const connect: (options: ConnectConfig) => Promise<Client>; | ||
/** | ||
@@ -65,2 +65,2 @@ * Checks if the provided argument `conn` is an instance of the `Client` connection class from the ssh2 package. | ||
declare const opened: (conn: Client) => boolean; | ||
export { connect, is, closed, opened }; | ||
export { connect, is, closed, opened, ConnectConfig }; |
{ | ||
"name": "ssh2-connect", | ||
"description": "Callback-based api behind ssh2 to open an SSH connection", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)", | ||
@@ -9,25 +9,25 @@ "contributors": [], | ||
"mixme": "^1.1.0", | ||
"ssh2": "~1.15.0" | ||
"ssh2": "~1.16.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-conventional": "^19.4.1", | ||
"@commitlint/cz-commitlint": "^19.4.0", | ||
"@eslint/js": "^9.10.0", | ||
"@types/mocha": "^10.0.7", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@commitlint/cz-commitlint": "^19.5.0", | ||
"@eslint/js": "^9.11.1", | ||
"@types/mocha": "^10.0.8", | ||
"@types/ssh2": "^1.15.1", | ||
"eslint": "^9.10.0", | ||
"eslint": "^9.11.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-mocha": "^10.5.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"husky": "^9.1.5", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"mocha": "~10.7.3", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.21.2", | ||
"rollup": "^4.22.5", | ||
"should": "~13.2.3", | ||
"standard-version": "^9.5.0", | ||
"ts-node": "^10.9.2", | ||
"tsx": "^4.19.0", | ||
"typescript": "^5.5.4" | ||
"tsx": "^4.19.1", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -72,3 +72,3 @@ "engines": { | ||
], | ||
"throw-deprecation": false, | ||
"throw-deprecation": true, | ||
"timeout": 40000 | ||
@@ -75,0 +75,0 @@ }, |
@@ -182,4 +182,4 @@ # Node.js ssh2-connect | ||
The project is sponsored by [Adaltas](https://www.adaltas.com) based in Paris, France. Adaltas offers support and consulting on distributed system, big data and open source. | ||
- David Worms: <https://github.com/wdavidw> | ||
This package is developed by [Adaltas](https://www.adaltas.com). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
71848
2
+ Addedssh2@1.16.0(transitive)
- Removedssh2@1.15.0(transitive)
Updatedssh2@~1.16.0