Comparing version 5.4.4 to 5.4.5
@@ -182,3 +182,3 @@ "use strict"; | ||
// don't shorten if full mode | ||
if (options['no-truncate'] || !process.stdout.isTTY) | ||
if (options['no-truncate'] || (!process.stdout.isTTY && !process.env.CLI_UX_SKIP_TTY_CHECK)) | ||
return; | ||
@@ -185,0 +185,0 @@ // don't shorten if there is enough screen width |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "5.4.4", | ||
"version": "5.4.5", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/cli-ux/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93173
10