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

ssh-tun

Package Overview
Dependencies
Maintainers
5
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.3 to 2.0.4

5

index.js

@@ -31,3 +31,3 @@ 'use strict';

* @param {boolean} [opts.compression] use compression
* @param {number} [opts.inactivityTimeout] inactivity timeout (including keep-alive pings)
* @param {number} [opts.inactivityTimeout] inactivity timeout (including keep-alive pings, may degrade performance)
*/

@@ -169,3 +169,4 @@ __constructor: function (opts) {

'-N',
'-v',
// heartbeat messages existence is logged to debug3 (penSSH_7.9p1, LibreSSL 2.7.3, macOC Catalina)
this._activityWatcher ? '-vvv' : '-v',
this._strictHostKeyChecking === false ? '-o StrictHostKeyChecking=no' : '',

@@ -172,0 +173,0 @@ this._compression !== undefined ?

2

package.json
{
"name": "ssh-tun",
"version": "2.0.3",
"version": "2.0.4",
"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