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

barcli

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barcli - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json
{
"name": "barcli",
"version": "0.0.18",
"version": "0.0.19",
"description": "A simple tool for displaying real time bar graphs in the console",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,3 +28,2 @@ # barcli [bahrk-lee]

graph.update(1.0); // Sets bar to 100%
graph.update("The state of something"); // Replaces bar with the string
````

@@ -43,5 +42,6 @@

graph.update(100); // Sets bar to 100%
graph.update("The state of something"); // Replaces bar with the string
````
Pro Tip: If you want to display the state of something as a string instead of a bar, just pass the string like this: ```graph.update("Cooking with gas");``` Barcli will know what to do with it.
### Configuration Options

@@ -48,0 +48,0 @@

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