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

buddy-tunnel

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buddy-tunnel - npm Package Compare versions

Comparing version 1.7.23-dev to 1.7.24-dev

2

package.json
{
"name": "buddy-tunnel",
"preferGlobal": false,
"version": "1.7.23-dev",
"version": "1.7.24-dev",
"type": "commonjs",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -52,2 +52,9 @@ const { Client } = require('ssh2');

this.client.connect({
algorithms:{
cipher: ['aes256-gcm@openssh.com'],
compress: ['none'],
hmac: ['hmac-sha2-256-etm@openssh.com'],
kex: ['ecdh-sha2-nistp256']
},
keepaliveInterval: 60000,
host: this.ip,

@@ -54,0 +61,0 @@ port: this.port,

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