@types/ssh2
Advanced tools
Comparing version 0.5.37 to 0.5.38
@@ -732,2 +732,4 @@ // Type definitions for ssh2 v0.5.x | ||
/** A message that is sent to clients immediately upon connection, before handshaking begins. */ | ||
greeting?: string | ||
/** A message that is sent to clients once, right before authentication begins. */ | ||
banner?: string; | ||
@@ -734,0 +736,0 @@ /** A custom server software name/version identifier. */ |
{ | ||
"name": "@types/ssh2", | ||
"version": "0.5.37", | ||
"version": "0.5.38", | ||
"description": "TypeScript definitions for ssh2", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "4d82397ee21bbe9d525f4cae2cc2263f02f0adc77e9bb973534a69a1bb820099", | ||
"typesPublisherContentHash": "ab0d5562e24022741cb54f489435935758c2b2226f3e5203a75b9cfd30ccc69b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for ssh2 (https://github.com/mscdex/ssh2). | ||
This package contains type definitions for ssh2 ( https://github.com/mscdex/ssh2 ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 04 Dec 2018 19:28:12 GMT | ||
* Last updated: Fri, 15 Feb 2019 16:29:40 GMT | ||
* Dependencies: @types/ssh2-streams, @types/node | ||
@@ -15,0 +15,0 @@ * Global values: none |
62654
1382