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 3.0.1 to 3.1.0

browser.js

2

index.js

@@ -72,2 +72,2 @@ 'use strict';

module.exports = support(supportLevel);
module.exports = process && support(supportLevel);
{
"name": "supports-color",
"version": "3.0.1",
"version": "3.1.0",
"description": "Detect whether a terminal supports color",

@@ -17,2 +17,3 @@ "license": "MIT",

],
"browser": "browser.js",
"engines": {

@@ -25,3 +26,4 @@ "node": ">=0.8.0"

"files": [
"index.js"
"index.js",
"browser.js"
],

@@ -28,0 +30,0 @@ "keywords": [

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