Socket
Socket
Sign inDemoInstall

@inquirer/figures

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/figures

Vendored version of figures, for CJS compatibility


Version published
Weekly downloads
3.4M
increased by6.93%
Maintainers
0
Weekly downloads
 
Created

What is @inquirer/figures?

@inquirer/figures is an npm package that provides a set of common Unicode symbols for use in command-line interfaces. These symbols can be used to enhance the visual appearance of CLI applications by adding checkmarks, crosses, arrows, and other figures.

What are @inquirer/figures's main functionalities?

Checkmark

This feature provides a checkmark symbol (✓) that can be used to indicate success or completion in CLI applications.

const figures = require('@inquirer/figures');
console.log(figures.tick);

Cross

This feature provides a cross symbol (✖) that can be used to indicate failure or errors in CLI applications.

const figures = require('@inquirer/figures');
console.log(figures.cross);

Arrow

This feature provides a right arrow symbol (→) that can be used to indicate direction or progression in CLI applications.

const figures = require('@inquirer/figures');
console.log(figures.arrowRight);

Star

This feature provides a star symbol (★) that can be used to highlight important information or features in CLI applications.

const figures = require('@inquirer/figures');
console.log(figures.star);

Other packages similar to @inquirer/figures

Keywords

FAQs

Package last updated on 21 Jul 2024

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