@types/ssh2-streams
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -662,4 +662,4 @@ // Type definitions for ssh2-streams v0.1.9 | ||
export interface HostKey { | ||
privatekey: ParsedKey; | ||
publickey: ParsedKey; | ||
privateKey: ParsedKey; | ||
publicKey: ParsedKey; | ||
} | ||
@@ -666,0 +666,0 @@ |
{ | ||
"name": "@types/ssh2-streams", | ||
"version": "0.1.2", | ||
"description": "TypeScript definitions for ssh2-streams v0.1.9", | ||
"version": "0.1.3", | ||
"description": "TypeScript definitions for ssh2-streams", | ||
"license": "MIT", | ||
"author": "Ron Buckton <https://github.com/rbuckton>", | ||
"contributors": [ | ||
{ | ||
"name": "Ron Buckton", | ||
"url": "https://github.com/rbuckton", | ||
"githubUsername": "rbuckton" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -16,5 +23,4 @@ "scripts": {}, | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "ed9c3b8f6c151ca3bd0e226d36ed1920700f178703b18f2f2dd1b02713659bc5" | ||
"typesPublisherContentHash": "d66e9511155c35a35ffaa33a6929d3898fa6d3379d9d2272b9b441aecbc17170", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for ssh2-streams v0.1.9 (https://github.com/mscdex/ssh2-streams). | ||
This package contains type definitions for ssh2-streams (https://github.com/mscdex/ssh2-streams). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/ssh2-streams | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ssh2-streams | ||
Additional Details | ||
* Last updated: Mon, 03 Oct 2016 19:55:03 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: stream | ||
* Last updated: Tue, 20 Nov 2018 17:03:30 GMT | ||
* Dependencies: node | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
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
55804
1442
17