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.24-dev to 1.7.25-dev

2

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

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

@@ -189,3 +189,5 @@ const { resolve } = require('path');

const getHomeDirectory = () => {
const r = homedir();
let r;
if (isDocker()) r = '/buddy';
else r = homedir();
const p = path.join(r, '.buddy-tunnel');

@@ -192,0 +194,0 @@ if (!existsSync(p)) mkdirSync(p, { recursive: true });

Sorry, the diff of this file is not supported yet

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