Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

tiny-cursor

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Issues
File Explorer

Advanced tools

tiny-cursor

A tiny library for hiding and showing the cursor in the terminal.

    2.0.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
403
increased by83.18%

Weekly downloads

Readme

Source

Tiny Cursor

A tiny library for hiding and showing the cursor in the terminal.

Install

npm install --save tiny-cursor

Usage

import Cursor from 'tiny-cursor'; Cursor.has (); // => true, the cursor is visible Cursor.hide (); Cursor.has (); // => false, the cursor is not visible Cursor.show (); Cursor.has (); // => true, the cursor is visible Cursor.toggle (); Cursor.has (); // => false, the cursor is not visible

License

MIT © Fabio Spampinato

Keywords

FAQs

Last updated on 06 Apr 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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