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 2.0.8 to 2.0.9

4

catchart.js
#!/usr/bin/env node
const chartcat = require('./index')
const catchart = require('./index')
const StreamSlicer = require('stream-slicer')

@@ -9,3 +9,3 @@ const { pipeline } = require('stream')

let slicer = new StreamSlicer({ sliceBy: program.rowSeparator })
let chartStream = chartcat(program)
let chartStream = catchart(program)

@@ -12,0 +12,0 @@ pipeline(process.stdin, slicer, chartStream, err => {

@@ -300,2 +300,3 @@ const hcat = require('hcat')

return `
<!DOCTYPE html>
<html>

@@ -302,0 +303,0 @@ <head>

{
"name": "catchart",
"version": "2.0.8",
"version": "2.0.9",
"description": "Pipe something from command line to a browser chart",

@@ -13,3 +13,5 @@ "license": "MIT",

},
"scripts": {},
"scripts": {
"build_client": "npx gulp build"
},
"dependencies": {

@@ -20,5 +22,4 @@ "chart.js": "^2.9.3",

"debug": "^4.1.1",
"digital-chain": "^2.0.0",
"digital-chain": "^3.8.1",
"domready": "^1.0.8",
"gulp": "^4.0.2",
"hcat": "^2.1.2",

@@ -40,3 +41,4 @@ "opn": "^6.0.0",

"browserify-css": "^0.15.0",
"gulp-bro": "^2.0.0",
"gulp": "^3.9.1",
"gulp-bro": "^0.1.0",
"uglifyify": "^5.0.2"

@@ -43,0 +45,0 @@ },

@@ -61,3 +61,3 @@ # catchart

- hack
- gulp build; node emitter `<csv | singlecsv | json>` | node catchart`
- npm run build_client; node emitter `<csv | singlecsv | json>` | node catchart`
- send a PR :)

@@ -64,0 +64,0 @@

Sorry, the diff of this file is too big to display

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