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

catchart

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catchart - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4.png

2

config.js

@@ -10,4 +10,4 @@ const rc = require('rc')

// 'line', 'scatter', 'pie', 'percentage', 'heatmap'
// 'line', 'scatter', 'bar', 'percentage', 'heatmap'
chartType: 'line'
})
{
"name": "catchart",
"version": "0.0.1",
"version": "0.0.2",
"description": "cat something from command line to a browser chart",

@@ -10,2 +10,5 @@ "license": "MIT",

},
"bin": {
"catchart": "catchart.js"
},
"scripts": {},

@@ -12,0 +15,0 @@ "dependencies": {

@@ -6,2 +6,4 @@ # catchart (WIP)

uses [frappe charts](https://frappe.github.io/charts/) for, ahem, charting...
[![npm status](http://img.shields.io/npm/v/catchart.svg?style=flat-square)](https://www.npmjs.org/package/catchart)

@@ -18,2 +20,3 @@

<img src="/1.png?raw=true" width="400">
#### custom label / value

@@ -31,2 +34,9 @@ ```

#### other chart types, custom title
```
echo 1,2,3\n4,5,6\n-1,-2,-3 | catchart --title=catchart --chartType=bar
```
chart types: `line`, `scatter`, `bar`
<img src="/4.png?raw=true" width="400">
## api

@@ -33,0 +43,0 @@ TBD

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