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

@types/ssh2

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ssh2 - npm Package Compare versions

Comparing version 0.5.41 to 0.5.42

8

ssh2/index.d.ts

@@ -1063,3 +1063,3 @@ // Type definitions for ssh2 v0.5.x

*/
on(event: "shell", listener: (accept: SessionAcceptReject, reject: SessionAcceptReject) => void): this;
on(event: "shell", listener: (accept: () => ServerChannel, reject: SessionAcceptReject) => void): this;

@@ -1069,3 +1069,3 @@ /**

*/
on(event: "exec", listener: (accept: SessionAcceptReject, reject: SessionAcceptReject, info: ExecInfo) => void): this;
on(event: "exec", listener: (accept: () => ServerChannel, reject: SessionAcceptReject, info: ExecInfo) => void): this;

@@ -1075,3 +1075,3 @@ /**

*/
on(event: "sftp", listener: (accept: SessionAcceptReject, reject: SessionAcceptReject) => void): this;
on(event: "sftp", listener: (accept: () => SFTPStream, reject: SessionAcceptReject) => void): this;

@@ -1081,3 +1081,3 @@ /**

*/
on(event: "subsystem", listener: (accept: SessionAcceptReject, reject: SessionAcceptReject, info: SubsystemInfo) => void): this;
on(event: "subsystem", listener: (accept: () => ServerChannel, reject: SessionAcceptReject, info: SubsystemInfo) => void): this;

@@ -1084,0 +1084,0 @@ /**

{
"name": "@types/ssh2",
"version": "0.5.41",
"version": "0.5.42",
"description": "TypeScript definitions for ssh2",

@@ -40,4 +40,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "e17bfa4da91a6a10499137a6362de891624e180578a21c34ef46c202ed170b91",
"typesPublisherContentHash": "567092c6bd49083353faf8c65cea646b3852df3d514ae07f6549c32131ae72b7",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 15 Mar 2020 02:13:17 GMT
* Last updated: Tue, 31 Mar 2020 21:43:52 GMT
* Dependencies: [@types/ssh2-streams](https://npmjs.com/package/@types/ssh2-streams), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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