Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/ssh2-streams

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ssh2-streams - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

ssh2-streams/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc