New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

barchart

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barchart - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

7

index.js

@@ -7,3 +7,2 @@ //TODO unit tests

//TODO hover states and click events
//TODO allow user to artificially override the extrema
//TODO allow as much as possible to be overriden with css

@@ -454,5 +453,5 @@ //TODO graceful failure when data is missing values or labels, etc.

else {
//TODO make sure this still works
labelsInside.selectAll('div')
.html(this.prettifyNumber);
labelsInside.each(function(d, i) {
d3.select(this).select('div').html(chart.prettifyNumber(getValue(d)));
});
}

@@ -459,0 +458,0 @@

{
"name": "barchart",
"version": "0.5.2",
"version": "0.5.3",
"description": "make some barcharts",

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

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