Socket
Socket
Sign inDemoInstall

ssh2

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2 - npm Package Compare versions

Comparing version 0.2.17 to 0.2.18

2

lib/Parser.js

@@ -324,3 +324,3 @@ // TODO: * Filter control codes from strings

if (nprompts > 0) {
var prompts = new Array(nprompts);
var prompts = [];
for (var prompt = 0; prompt < nprompts; ++prompt) {

@@ -327,0 +327,0 @@ prompts.push({

{ "name": "ssh2",
"version": "0.2.17",
"version": "0.2.18",
"author": "Brian White <mscdex@mscdex.net>",

@@ -4,0 +4,0 @@ "description": "An SSH2 client module written in pure JavaScript for node.js",

@@ -460,3 +460,3 @@ Description

This is a normal duplex Stream, with the following changes:
This is a normal **streams1** duplex Stream, with the following changes:

@@ -463,0 +463,0 @@ * A boolean property 'allowHalfOpen' exists and behaves similarly to the property of the same name for net.Socket. When the stream's end() is called, if 'allowHalfOpen' is true, only EOF will be sent (the server can still send data if they have not already sent EOF). The default value for this property is `false`.

Sorry, the diff of this file is too big to display

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