buddy-tunnel
Advanced tools
Comparing version 1.7.36-dev to 1.7.37-dev
{ | ||
"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}`); |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
16
360603
8632