New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.36-dev to 1.7.37-dev

2

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

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

@@ -1,3 +0,1 @@

process.env.DEBUG='*';
const { Command } = require('commander');

@@ -4,0 +2,0 @@ const commandConfig = require('./command/config.js');

@@ -49,3 +49,3 @@ const TerminalKit = require('terminal-kit/lib/termkit-no-lazy-require');

static async spinner(txt) {
if (!this.s) {
if (!this.s && terminal.isTTY) {
this.s = await terminal.spinner();

@@ -52,0 +52,0 @@ if (txt) terminal(` ${txt}`);

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