</>PackageGraphPackageGraph

log-symbols

npmv7.0.1TypeScript

Colored symbols for various log levels. Example: `✔︎ Success`

Adopt with care

log-symbols is usable, with caveats. Last published 476 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • CMaintenance: grade C, Fair — worth a look.

    Last published 476 days ago.

  • AWeight: grade A, Excellent.

    Pulls in 2 transitive packages, about 4.3 KB installed (at least — some of the tree is still being crawled).

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding log-symbols to a project.

2
Direct dependencies

Runtime packages this one declares itself.

2
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

4.3 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Compatibility

Node.js
node >=18
Module format
ESM only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the log-symbols README.

import logSymbols from 'log-symbols';

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

log-symbols vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
log-symbolsthis page01MIT1 year ago
string-width03MIT1 day ago
ora06MIT1 day ago
logkitty01MIT1 day ago
cli-spinners01MIT1 day ago
cliui212.4M1ISC1 day ago

Dependencies

Declared by log-symbols v7.0.1. Runtime dependencies are installed with the package; dev dependencies are not.

Runtime (2)

is-unicode-supported ^2.0.0yoctocolors ^2.1.1

Dev (4)

ava ^6.1.3strip-ansi ^7.1.0tsd ^0.31.1xo ^0.59.3

Used by

Popular packages that depend on log-symbols.

Relationship graph

Dependencies (left) and dependents (right) of log-symbols.

oralog-symbols
log-symbols dependencies dependents

Frequently installed together

Release history

1 release in the last two years, typically about 277 days apart.

Recent versions of log-symbols
VersionPublishedSizeLicense
7.0.1latest1 year ago4.3 KBMIT
7.0.02 years ago4.3 KBMIT
6.0.02 years ago4.1 KBMIT
5.1.04 years ago4.6 KBMIT
5.0.05 years ago4.5 KBMIT
4.1.05 years ago4.5 KBMIT
4.0.06 years ago4.5 KBMIT
3.0.07 years ago4.0 KBMIT
2.2.08 years agoMIT
2.1.09 years agoMIT
2.0.09 years agoMIT
1.0.211 years agoMIT
1.0.112 years agoMIT
1.0.012 years agoMIT

Overview

log-symbols is an npm package that colored symbols for various log levels. Example: `✔︎ Success`. It has 1 known dependents in the graph. The latest version is 7.0.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need colored symbols for various log levels. Example: `✔︎ Success` and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Funding

Frequently asked questions

Should I use log-symbols?

log-symbols is usable, with caveats. Last published 476 days ago.

How do I install log-symbols?

Run `npm install log-symbols` to add log-symbols to your npm project.

How many dependencies does log-symbols have?

log-symbols declares 6 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 4.3 KB on disk.

What license is log-symbols released under?

log-symbols is distributed under the MIT license.

How popular is log-symbols?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on log-symbols.

Is log-symbols still maintained?

The most recent release of log-symbols (v7.0.1) was published 1 year ago.

Does log-symbols run install scripts?

No. log-symbols does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.