Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nickkaramoff/log-symbols

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nickkaramoff/log-symbols

Chalk-free colored symbols for various log levels. Example: `✔︎ Success`

  • 5.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

log-symbols

Chalk-free colored symbols for various log levels

Includes fallbacks for Windows CMD which only supports a limited character set.

HEADS UP!

This is a fork of sindresorhus' log-symbols. This should act as a drop-in replacement for this module. The only change is that the chalk dependency is replaced with colorette.

Install

$ npm install @nickkaramoff/log-symbols

Usage

import logSymbols from '@nickkaramoff/log-symbols';

console.log(logSymbols.success, 'Finished successfully!');
// Terminals with Unicode support:     ✔ Finished successfully!
// Terminals without Unicode support:  √ Finished successfully!

API

logSymbols

info
success
warning
error

Licence

MIT © 2021 Nikita Karamov

MIT © 2021 Sindre Sorhus

Keywords

FAQs

Package last updated on 24 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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