Comparing version 4.1.2 to 5.0.0
@@ -53,3 +53,3 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
const child = (0, _child_process.exec)(cmd, _extends({}, DEFAULT_CMD_OPTIONS, options), (error, stdout, stderr) => { | ||
const child = (0, _child_process.exec)(cmd, _extends({}, DEFAULT_CMD_OPTIONS, {}, options), (error, stdout, stderr) => { | ||
if (error) { | ||
@@ -56,0 +56,0 @@ /* eslint-disable no-param-reassign */ |
{ | ||
"name": "ssh-pool", | ||
"version": "4.1.2", | ||
"version": "5.0.0", | ||
"description": "Run remote commands over a pool of server using SSH.", | ||
@@ -25,6 +25,6 @@ "engines": { | ||
"stream-line-wrapper": "^0.1.1", | ||
"tmp": "^0.0.33", | ||
"tmp": "^0.1.0", | ||
"which": "^1.3.1" | ||
}, | ||
"gitHead": "702242731bd631a3e3237996c92828931dc6302c" | ||
"gitHead": "0516ca80aedc23fb5f7995f2560be5b0380c2e9a" | ||
} |
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
39717
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedtmp@0.1.0(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedtmp@0.0.33(transitive)
Updatedtmp@^0.1.0