@types/ssh2
Advanced tools
Comparing version 0.5.33 to 0.5.34
@@ -1090,3 +1090,3 @@ // Type definitions for ssh2 v0.5.x | ||
export interface TerminalModes { | ||
[mode: string]: number; | ||
[mode: string]: number | undefined; | ||
/** Interrupt character; `255` if none. Not all of these characters are supported on all systems. */ | ||
@@ -1093,0 +1093,0 @@ VINTR?: number; |
{ | ||
"name": "@types/ssh2", | ||
"version": "0.5.33", | ||
"description": "TypeScript definitions for ssh2 v0.5.x", | ||
"version": "0.5.34", | ||
"description": "TypeScript definitions for ssh2", | ||
"license": "MIT", | ||
@@ -18,4 +18,4 @@ "author": "Qubo <https://github.com/tkQubo>, Ron Buckton <https://github.com/rbuckton>", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "6cc0e96203d27c871d7a4298795b52ce9e712805eec0a846976d5fa52c13d340" | ||
"typesPublisherContentHash": "925948692a26011fd0052909e02764966d09c12718aec0e1bb6eeb084da4d13d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,10 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for ssh2 v0.5.x (https://github.com/mscdex/ssh2). | ||
This package contains type definitions for ssh2 (https://github.com/mscdex/ssh2). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/ssh2 | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/ssh2 | ||
Additional Details | ||
* Last updated: Mon, 03 Oct 2016 19:55:03 GMT | ||
* File structure: ProperModule | ||
* Last updated: Sat, 24 Dec 2016 19:01:33 GMT | ||
* Library Dependencies: node | ||
@@ -15,0 +14,0 @@ * Module Dependencies: events, net, ssh2-streams, stream |
{ | ||
"authors": "Qubo <https://github.com/tkQubo>, Ron Buckton <https://github.com/rbuckton>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -13,10 +12,10 @@ "node" | ||
], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "5", | ||
"libraryName": "ssh2 v0.5.x", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 5, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "ssh2", | ||
"typingsPackageName": "ssh2", | ||
"projectName": "https://github.com/mscdex/ssh2", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
@@ -30,3 +29,3 @@ "declaredModules": [ | ||
"hasPackageJson": false, | ||
"contentHash": "6cc0e96203d27c871d7a4298795b52ce9e712805eec0a846976d5fa52c13d340" | ||
"contentHash": "925948692a26011fd0052909e02764966d09c12718aec0e1bb6eeb084da4d13d" | ||
} |
62303
1386
18