Socket
Book a DemoInstallSign in
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

to
0.0.7

2

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

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

@@ -9,3 +9,3 @@ # barcli [bahrk-lee]

I needed a way to visualize Johnny-Five sensor data quickly and easily. console.log is lame and hard to read if you have more than one datapoint to track.
I needed a way to visualize Johnny-Five sensor data quickly and easily. console.log is hard to read, especially if you have more than one datapoint to track.

@@ -46,7 +46,7 @@ Multiple instances of barcli can be stacked to show multiple axes, sensors or other data sources in an easy to read horizontal bar graph.

**label** (String) - Label for the bar graph. Any length is fine, but make sure it will fit in your terminal window along with the bar graph.
**label** (String) - Label for the bar graph. Any length is fine, but make sure it will fit in your terminal window along with the bar graph (Default: "Input n")
**inputRange** (Array) - The upper and lower limits for input values. This will be mapped to your bar length.
**inputRange** (Array) - The upper and lower limits for input values. This will be mapped to your bar length (Default: [0, 1])
**width** (Integer) - The length of the bar in terminal characters.
**width** (Integer) - The length of the bar in terminal characters (Default: 80)

@@ -53,0 +53,0 @@ **color** (String) - Colors will be assigned automatically, but you can override with your preference. Valid values are "red", "green", "yellow", "blue", "magenta", "cyan" or "white".

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.