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.2-dev to 1.7.3-dev

2

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

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

@@ -81,13 +81,11 @@ const AgentSystem = require('./system');

<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
<string>/var/log/buddy-tunnel.out.log</string>
<key>StandardErrorPath</key>
<string>/var/log/buddy-tunnel.err.log</string>
<true/>
`;
<string>/var/log/buddy-tunnel.err.log</string>`;
if (user) {
cfg += `
<key>UserName</key>
<string>${user}</string>
`;
<string>${user}</string>`;
}

@@ -94,0 +92,0 @@ cfg += `

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