Comparing version 0.1.5 to 0.1.6
@@ -189,2 +189,7 @@ var EventEmitter = require('events').EventEmitter, | ||
if (!length) { | ||
cb && process.nextTick(function() { cb(undefined, 0); }); | ||
return; | ||
} | ||
/* | ||
@@ -1170,3 +1175,3 @@ uint32 id | ||
ReadStream.prototype.destroy = function() { | ||
ReadStream.prototype.destroy = function(cb) { | ||
var self = this; | ||
@@ -1173,0 +1178,0 @@ |
{ "name": "ssh2", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"author": "Brian White <mscdex@mscdex.net>", | ||
@@ -4,0 +4,0 @@ "description": "An SSH2 client module written in pure JavaScript for node.js", |
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
190352
4792