Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ssh-pool

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh-pool - npm Package Compare versions

Comparing version 4.1.2 to 5.0.0

2

lib/util.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc