Socket
Socket
Sign inDemoInstall

log-symbols

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0

2

index.js
'use strict';
const chalk = require('chalk');
const isSupported = process.platform !== 'win32' || process.env.CI || process.env.VSCODE_PID;
const isSupported = process.platform !== 'win32' || process.env.CI || process.env.TERM === 'xterm-256color';

@@ -6,0 +6,0 @@ const main = {

{
"name": "log-symbols",
"version": "2.1.0",
"version": "2.2.0",
"description": "Colored symbols for various log levels. Example: ✔︎ Success",

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

@@ -40,2 +40,3 @@ # log-symbols [![Build Status](https://travis-ci.org/sindresorhus/log-symbols.svg?branch=master)](https://travis-ci.org/sindresorhus/log-symbols)

- [figures](https://github.com/sindresorhus/figures) - Unicode symbols with Windows CMD fallbacks
- [py-log-symbols](https://github.com/ManrajGrover/py-log-symbols) - Python port

@@ -42,0 +43,0 @@

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