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

charted

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charted - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

3

lib/ChartView.js

@@ -92,3 +92,4 @@ /**

// Lock height to prevent scrollbar craziness
this.$el.css({'height':this.$el.height()+'px'});
var new_height = this.$('.chart-xaxis').height() + this.model.get('vp_height');
this.$el.css({'height':new_height});
},

@@ -95,0 +96,0 @@

{
"name": "charted",
"version": "0.0.17",
"version": "0.0.18",
"description": "Charts an entire collection of data. Single or multiple y-axes. Support for 64-bit integers. Auto-resizing axes.",

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

Sorry, the diff of this file is not supported yet

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