@types/ssh2-streams
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -1689,3 +1689,3 @@ // Type definitions for ssh2-streams v0.1.9 | ||
export namespace utils { | ||
export function parseKey(keyData: string | Buffer, passphrase?: string): ParsedKey | {}[]; | ||
export function parseKey(keyData: string | Buffer, passphrase?: string): ParsedKey | ParsedKey[] | Error | null; | ||
} | ||
@@ -1692,0 +1692,0 @@ |
{ | ||
"name": "@types/ssh2-streams", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "TypeScript definitions for ssh2-streams", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "e69f555e4cd61f8f5e1ad69c181485b84be7d95df735e2a46ea18e97f754c590", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "e06ce91e7c14f19b7940a4591473886e3053318deef887308f095a2081f45df3", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for ssh2-streams ( 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://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ssh2-streams | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ssh2-streams. | ||
Additional Details | ||
* Last updated: Tue, 05 Mar 2019 15:28:29 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Tue, 12 May 2020 15:40:03 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ron Buckton <https://github.com/rbuckton>. | ||
These definitions were written by [Ron Buckton](https://github.com/rbuckton). |
Sorry, the diff of this file is not supported yet
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
56550