Comparing version 2.0.4 to 2.0.5
@@ -165,2 +165,4 @@ 'use strict'; | ||
_buildSSHArgs: function () { | ||
var shouldBeVerbose = debug.enabled || this._activityWatcher; | ||
return [ | ||
@@ -170,3 +172,3 @@ util.format('-R %d:localhost:%d', this.port, this._localPort), | ||
// heartbeat messages existence is logged to debug3 (penSSH_7.9p1, LibreSSL 2.7.3, macOC Catalina) | ||
this._activityWatcher ? '-vvv' : '-v', | ||
shouldBeVerbose ? '-vvv' : '-v', | ||
this._strictHostKeyChecking === false ? '-o StrictHostKeyChecking=no' : '', | ||
@@ -173,0 +175,0 @@ this._compression !== undefined ? |
{ | ||
"name": "ssh-tun", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Module for establishing ssh tunnel", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
24723
2
513
3