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

calendar-heatmap-graph

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calendar-heatmap-graph - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

bower.json
{
"name": "calendar-heatmap-graph",
"version": "0.0.5",
"description": "Calendar heatmap graph for time series data.",
"version": "0.0.6",
"description": "d3.js calendar heatmap graph.",
"homepage": "https://github.com/g1eb/calendar-heatmap",
"authors": [
"G1eb <mail@g1eb.com>"
"g1eb <mail@g1eb.com> (https://g1eb.com)"
],

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

@@ -5,3 +5,3 @@ var gulp = require('gulp');

var uglify = require('gulp-uglify');
gulp.task('build', ['js', 'css']);

@@ -8,0 +8,0 @@

{
"name": "calendar-heatmap-graph",
"version": "0.0.5",
"description": "Calendar heatmap graph for time series data.",
"version": "0.0.6",
"description": "d3.js calendar heatmap graph.",
"homepage": "https://github.com/g1eb/calendar-heatmap#readme",
"author": "g1eb",
"author": "g1eb <mail@g1eb.com> (https://g1eb.com)",
"license": "MIT",

@@ -8,0 +8,0 @@ "main": "index.html",

@@ -9,4 +9,3 @@ # Calendar heatmap graph

Based on [Calendar View](https://bl.ocks.org/mbostock/4063318) by [Mike Bostock](https://github.com/mbostock)
Based on [Calendar View](https://bl.ocks.org/mbostock/4063318) by [Mike Bostock](https://github.com/mbostock)
Aaand [D3.js Calendar Heatmap](https://github.com/DKirwan/calendar-heatmap) by [Darragh Kirwan](https://github.com/DKirwan)

@@ -115,4 +114,8 @@

## AngularJS Directive
## AngularJS
If you want to use this heatmap as an AngularJS directive (version 1.x), see [angular-calendar-heatmap](https://github.com/g1eb/angular-calendar-heatmap)
Or as an Angular component (version 2.x), see [angular2-calendar-heatmap](https://github.com/g1eb/angular2-calendar-heatmap)
[Calendar heatmap graph angular directive](https://github.com/g1eb/angular-calendar-heatmap)

@@ -122,3 +125,3 @@

* [moment.js](https://momentjs.com/)
* [d3.js](https://d3js.org/)
* [moment.js](http://momentjs.com/)

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