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.2 to 0.0.3

4

bower.json

@@ -11,4 +11,4 @@ {

"main": [
"dist/calendar-heatmap.js",
"dist/calendar-heatmap.css"
"dist/calendar-heatmap.min.js",
"dist/calendar-heatmap.min.css"
],

@@ -15,0 +15,0 @@ "ignore": [

@@ -18,4 +18,2 @@ var gulp = require('gulp');

.pipe(uglify())
//.pipe(uglify({mangle: {toplevel: true, except: ['d3']}}).on('error', function(e) { console.log('\x07',e.message); return this.end(); }))
//.pipe(uglify().on('error', function(e) { console.log('\x07',e.message); return this.end(); }))
.pipe(concat('calendar-heatmap.min.js'))

@@ -22,0 +20,0 @@ .pipe(gulp.dest('./dist'));

{
"name": "calendar-heatmap-graph",
"version": "0.0.2",
"version": "0.0.3",
"description": "Calendar heatmap graph for time series data.",
"homepage": "https://github.com/g1eb/calendar-heatmap#readme",
"author": "g1eb",
"license": "MIT",
"main": "index.html",
"repository": {

@@ -10,5 +13,2 @@ "type": "git",

},
"author": "g1eb",
"license": "MIT",
"main": "index.html",
"bugs": {

@@ -15,0 +15,0 @@ "url": "https://github.com/g1eb/calendar-heatmap/issues"

@@ -116,3 +116,3 @@ # Calendar heatmap graph

[Calendar heatmap graph anngular directive](https://github.com/g1eb/angular-calendar-heatmap)
[Calendar heatmap graph angular directive](https://github.com/g1eb/angular-calendar-heatmap)

@@ -119,0 +119,0 @@ ## Dependencies

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