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

nscale-util

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nscale-util - npm Package Compare versions

Comparing version 0.11.2 to 0.12.0

5

lib/sshCheck.js

@@ -51,8 +51,9 @@ /*

var w = accumulator();
var opts = ' -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o batchMode=yes -o StrictHostKeyChecking=no -T ' + user + '@' + host + ' true';
if (keyPath) {
cmd = 'ssh -i ' + keyPath + ' -o batchMode=yes -o StrictHostKeyChecking=no -T ' + user + '@' + host + ' true';
cmd = 'ssh -i ' + keyPath + opts;
}
else {
cmd = 'ssh -o batchMode=yes -o StrictHostKeyChecking=no -T ' + user + '@' + host + ' true';
cmd = 'ssh ' + opts;
}

@@ -59,0 +60,0 @@ logger.info('sshcheck: ' + cmd);

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.11.2",
"version": "0.12.0",
"license": "Artistic License 2.0",

@@ -13,0 +13,0 @@ "author": "Peter Elger (http://nearform.com/)",

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