Socket
Socket
Sign inDemoInstall

supports-color

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supports-color - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

3

index.js

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

hasFlag('no-colors') ||
hasFlag('color=false')) {
hasFlag('color=false') ||
hasFlag('color=never')) {
forceColor = 0;

@@ -13,0 +14,0 @@ } else if (hasFlag('color') ||

{
"name": "supports-color",
"version": "6.0.0",
"version": "6.1.0",
"description": "Detect whether a terminal supports color",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -66,2 +66,7 @@ # supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color)

## Security
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
## Related

@@ -68,0 +73,0 @@

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