Socket
Socket
Sign inDemoInstall

kleur

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kleur - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

colors.js

@@ -8,3 +8,3 @@ let FORCE_COLOR, NODE_DISABLE_COLORS, NO_COLOR, TERM, isTTY=true;

const $ = exports.$ = {
enabled: !NODE_DISABLE_COLORS && !NO_COLOR && TERM !== 'dumb' && (
enabled: !NODE_DISABLE_COLORS && NO_COLOR == null && TERM !== 'dumb' && (
FORCE_COLOR != null && FORCE_COLOR !== '0' || isTTY

@@ -11,0 +11,0 @@ )

@@ -10,3 +10,3 @@ 'use strict';

const $ = {
enabled: !NODE_DISABLE_COLORS && !NO_COLOR && TERM !== 'dumb' && (
enabled: !NODE_DISABLE_COLORS && NO_COLOR == null && TERM !== 'dumb' && (
FORCE_COLOR != null && FORCE_COLOR !== '0' || isTTY

@@ -13,0 +13,0 @@ ),

{
"name": "kleur",
"version": "4.1.1",
"version": "4.1.2",
"repository": "lukeed/kleur",

@@ -47,4 +47,4 @@ "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",

"esm": "3.2.25",
"uvu": "0.0.16"
"uvu": "0.3.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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