Comparing version 0.2.17 to 0.2.18
@@ -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
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
277073
5629