Comparing version 0.2.1 to 0.2.2
@@ -11,3 +11,3 @@ // Generated by CoffeeScript 1.7.1 | ||
module.exports = function() { | ||
var callback, opitons, options; | ||
var callback, options; | ||
if (arguments.length === 1) { | ||
@@ -20,3 +20,3 @@ options = arguments[0]; | ||
} else { | ||
opitons = {}; | ||
options = {}; | ||
options.ssh = arguments[0]; | ||
@@ -23,0 +23,0 @@ options.cmd = arguments[1]; |
{ | ||
"name": "ssh2-exec", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`", | ||
@@ -5,0 +5,0 @@ "keywords": ["child process", "exec", "ssh2", "ssh"], |
@@ -30,3 +30,3 @@ | ||
else | ||
opitons = {} | ||
options = {} | ||
options.ssh = arguments[0] | ||
@@ -33,0 +33,0 @@ options.cmd = arguments[1] |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
17209