@jsenv/humanize
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -242,7 +242,3 @@ import process$1 from "node:process"; | ||
// because stream.isTTY returns false, see https://github.com/actions/runner/issues/241 | ||
(process.env.GITHUB_WORKFLOW && | ||
// Check on FORCE_COLOR is to ensure it is prio over GitHub workflow check | ||
// in unit test we use process.env.FORCE_COLOR = 'false' to fake | ||
// that colors are not supported. Let it have priority | ||
process.env.FORCE_COLOR !== "false"), | ||
process.env.GITHUB_WORKFLOW, | ||
}); | ||
@@ -249,0 +245,0 @@ |
{ | ||
"name": "@jsenv/humanize", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Generate messages meant to read by humans", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -11,7 +11,3 @@ import { createSupportsColor } from "supports-color"; | ||
// because stream.isTTY returns false, see https://github.com/actions/runner/issues/241 | ||
(process.env.GITHUB_WORKFLOW && | ||
// Check on FORCE_COLOR is to ensure it is prio over GitHub workflow check | ||
// in unit test we use process.env.FORCE_COLOR = 'false' to fake | ||
// that colors are not supported. Let it have priority | ||
process.env.FORCE_COLOR !== "false"), | ||
process.env.GITHUB_WORKFLOW, | ||
}); |
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
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
2
163337
5796