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

ssh-tun

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh-tun - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

index.js

@@ -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": [

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