simple-ssh
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -68,2 +68,4 @@ 'use strict'; | ||
this._c.exec(cmd, { pty: command.pty }, function(err, stream) { | ||
command.handlers.start(); | ||
if (err) { | ||
@@ -139,2 +141,3 @@ command.handlers.err(err); | ||
args: null, | ||
start: function(){}, | ||
out: function(){}, | ||
@@ -154,2 +157,3 @@ err: function(){}, | ||
handlers: { | ||
start: options.start, | ||
out: options.out, | ||
@@ -156,0 +160,0 @@ err: options.err, |
{ | ||
"name": "simple-ssh", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "A wrapper for ssh2 to make it easier to perform commands over SSH", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
27461
536