Socket
Socket
Sign inDemoInstall

supports-color

Package Overview
Dependencies
1
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.2.0

2

index.js

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

if ('CI' in env) {
if ('TRAVIS' in env || env.CI === 'Travis') {
if ('TRAVIS' in env || env.CI === 'Travis' || 'CIRCLECI' in env) {
return 1;

@@ -70,0 +70,0 @@ }

{
"name": "supports-color",
"version": "4.1.0",
"version": "4.2.0",
"description": "Detect whether a terminal supports color",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc