@types/ssh2
Advanced tools
Comparing version 0.5.41 to 0.5.42
@@ -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 |
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
64152