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

ssh2-connect

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2-connect - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

dist/types/index.d.ts

@@ -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

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