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.4-dev to 1.7.5-dev

2

package.json
{
"name": "buddy-tunnel",
"preferGlobal": false,
"version": "1.7.4-dev",
"version": "1.7.5-dev",
"license": "MIT",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -119,3 +119,3 @@ const AgentSystem = require('./system');

logger.info(LOG_AGENT_STOPPING_SYSTEM);
await this.launchCtl('stop system/buddy-tunnel');
await this.launchCtl('bootout system/buddy-tunnel');
logger.info(LOG_AGENT_SYSTEM_DIR);

@@ -128,3 +128,4 @@ await this.ensureSystemConfigDir();

logger.info(LOG_AGENT_STARTING_SYSTEM);
await this.launchCtl('start system/buddy-tunnel');
await this.launchCtl(`bootstrap system ${this.getServicePath()}`);
logger.info(LOG_AGENT_ENABLED);
} catch (err) {

@@ -131,0 +132,0 @@ logger.error(err);

@@ -609,2 +609,10 @@ const basicAuth = require('basic-auth');

// ssh server
// todo remove
logger.info({
domain: this.domain,
subdomain: this.subdomain,
user: this.sshUser,
pass: this.sshPassword,
port: this.sshForwardPort
});
this.sshServer = new ServerSsh(this.sshClientUser, this.sshClientPassword);

@@ -611,0 +619,0 @@ }

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