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 4.2.0 to 4.2.1

2

index.js

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

if (
Number(process.version.split('.')[0]) >= 8 &&
Number(process.versions.node.split('.')[0]) >= 8 &&
Number(osRelease[0]) >= 10 &&

@@ -59,0 +59,0 @@ Number(osRelease[2]) >= 10586

{
"name": "supports-color",
"version": "4.2.0",
"version": "4.2.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc