Comparing version 2.0.18 to 2.0.19
import * as tty from "tty" | ||
const { env, argv, platform } = typeof process === "undefined" ? {} : process | ||
const { | ||
env = {}, | ||
argv = [], | ||
platform = "", | ||
} = typeof process === "undefined" ? {} : process | ||
@@ -5,0 +9,0 @@ const isDisabled = "NO_COLOR" in env || argv.includes("--no-color") |
{ | ||
"name": "colorette", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
Sorry, the diff of this file is not supported yet
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
16978
428