You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

chartjs-chart-matrix

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartjs-chart-matrix - npm Package Compare versions

Comparing version

to
1.0.0-alpha8

13

dist/chartjs-chart-matrix.esm.js
/*!
* chartjs-chart-matrix v1.0.0-alpha7
* chartjs-chart-matrix v1.0.0-alpha8
* https://github.com/kurkle/chartjs-chart-matrix#readme

@@ -8,2 +8,3 @@ * (c) 2020 Jukka Kurkela

import { DatasetController, Element } from 'chart.js';
import { isObject } from 'chart.js/helpers/core';

@@ -100,12 +101,2 @@ class MatrixController extends DatasetController {

/*!
* Chart.js v3.0.0-alpha.2
* https://www.chartjs.org
* (c) 2020 Chart.js Contributors
* Released under the MIT License
*/
function isObject(value) {
return value !== null && Object.prototype.toString.call(value) === '[object Object]';
}
/**

@@ -112,0 +103,0 @@ * Helper function to get the bounds of the rect

2

dist/chartjs-chart-matrix.js
/*!
* chartjs-chart-matrix v1.0.0-alpha7
* chartjs-chart-matrix v1.0.0-alpha8
* https://github.com/kurkle/chartjs-chart-matrix#readme

@@ -4,0 +4,0 @@ * (c) 2020 Jukka Kurkela

/*!
* chartjs-chart-matrix v1.0.0-alpha7
* chartjs-chart-matrix v1.0.0-alpha8
* https://github.com/kurkle/chartjs-chart-matrix#readme

@@ -4,0 +4,0 @@ * (c) 2020 Jukka Kurkela

{
"name": "chartjs-chart-matrix",
"version": "1.0.0-alpha7",
"version": "1.0.0-alpha8",
"description": "Chart.js module for creating matrix charts",

@@ -5,0 +5,0 @@ "main": "dist/chartjs-chart-matrix.js",