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.2 to 0.1.3

ssh2-streams/LICENSE

4

ssh2-streams/index.d.ts

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

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