Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-chart-heatmap

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-chart-heatmap - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

package.json
{
"name": "vue-chart-heatmap",
"version": "1.1.8",
"version": "1.1.9",
"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>",

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

.attr("viewBox", "-20 0 710 140")
.style("padding", "0px");
.style("padding", "10px");

@@ -206,0 +206,0 @@ dayRects = svg.selectAll(".day-cell").data(dateRange); // array of days for the last yr

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