Socket
Socket
Sign inDemoInstall

vue-chart-heatmap

Package Overview
Dependencies
13
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

2

package.json
{
"name": "vue-chart-heatmap",
"version": "1.2.4",
"version": "1.2.5",
"description": "A github style inspired heatmap capsuled as an easy to use vuejs component",

@@ -5,0 +5,0 @@ "author": "Onur Aslan <aslanon.tr@gmail.com>, Dominik Angerer <dominikangerer1@gmail.com>",

@@ -7,3 +7,3 @@ import moment from "moment";

// defaults
let width = 750;
let width = 1000;
let height = 200;

@@ -203,3 +203,3 @@ let legendWidth = 150;

.attr("height", height)
.attr("viewBox", "-20 0 750 140")
.attr("viewBox", "-20 0 760 130")
.style("padding", "10px");

@@ -206,0 +206,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc