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 3.1.1 to 3.1.2

1

config.js

@@ -29,3 +29,2 @@ const rc = require('rc')

// show labels on values in the chart

@@ -32,0 +31,0 @@ showValueLabels: false,

2

index.js

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

if (!config.disableAutoAlignYAxis) {

@@ -306,2 +305,3 @@ debug('autoAlignYAxis is enabled')

function calcNumberMagnitude(n) {
if (n === 0) return 0
return Math.floor(Math.log10(Math.abs(n)))

@@ -308,0 +308,0 @@ }

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

@@ -5,0 +5,0 @@ "license": "MIT",

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