Comparing version 0.3.1 to 0.3.3
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.8.0 | ||
// Generated by CoffeeScript 1.10.0 | ||
var EventEmitter, exec, local, remote, stream; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "ssh2-exec", | ||
"version": "0.3.1", | ||
"version": "0.3.3", | ||
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`", | ||
"keywords": ["child process", "exec", "ssh2", "ssh"], | ||
"homepage": "https://github.com/wdavidw/node-ssh2-exec", | ||
"license": "BSD-3-Clause", | ||
"author": "David Worms <david@adaltas.com>", | ||
@@ -19,6 +20,6 @@ "contributors": [], | ||
"devDependencies": { | ||
"coffee-script": "^1.9.1", | ||
"mocha": "^2.2.1", | ||
"should": "^5.2.0", | ||
"ssh2-they": "^0.0.6" | ||
"coffee-script": "~1.10.0", | ||
"mocha": "~2.4.5", | ||
"should": "~8.3.1", | ||
"ssh2-they": "~1.0.1" | ||
}, | ||
@@ -25,0 +26,0 @@ "optionalDependencies": {}, |
@@ -73,3 +73,3 @@ [![Build Status](https://secure.travis-ci.org/wdavidw/node-ssh2-exec.png)][travis] | ||
child.stdout.on('data', function(data){ | ||
console.log(stdout); | ||
console.log(data); | ||
}); | ||
@@ -76,0 +76,0 @@ child.on('exit', function(code){ |
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
9993