New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chartjs-chart-matrix

Package Overview
Dependencies
Maintainers
1
Versions
22
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 0.1.1 to 0.1.2

2

bower.json

@@ -6,4 +6,4 @@ {

"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/chartjs-chart-matrix.js"
}
/*!
* chartjs-chart-matrix v0.1.1
* chartjs-chart-matrix v0.1.2
* https://github.com/kurkle/chartjs-chart-matrix#readme

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

/*!
* chartjs-chart-matrix v0.1.1
* chartjs-chart-matrix v0.1.2
* https://github.com/kurkle/chartjs-chart-matrix#readme

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

{
"name": "chartjs-chart-matrix",
"version": "0.1.1",
"version": "0.1.2",
"description": "Chart.js module for creating matrix charts",
"main": "src/index.js",
"main": "dist/chartjs-chart-matrix.js",
"scripts": {

@@ -57,3 +57,6 @@ "test": "gulp test"

"yargs": "^13.2.2"
},
"peerDependencies": {
"chart.js": ">= 2.8.0 < 3"
}
}
# chartjs-chart-matrix
Chart.js module for creating matrix charts
[Chart.js](https://www.chartjs.org/) module for creating matrix charts
[![release](https://img.shields.io/github/release/kurkle/chartjs-chart-matrix.svg?style=flat-square)](https://github.com/kurkle/chartjs-chart-matrix/releases/latest) [![travis](https://img.shields.io/travis/kurkle/chartjs-chart-matrix.svg?style=flat-square&maxAge=60)](https://travis-ci.org/kurkle/chartjs-chart-matrix) [![awesome](https://awesome.re/badge-flat2.svg)](https://github.com/chartjs/awesome)
[![release](https://img.shields.io/github/release/kurkle/chartjs-chart-matrix.svg?style=flat-square)](https://github.com/kurkle/chartjs-chart-matrix/releases/latest) [![travis](https://img.shields.io/travis/kurkle/chartjs-chart-matrix.svg?style=flat-square&maxAge=60)](https://travis-ci.org/kurkle/chartjs-chart-matrix) ![GitHub](https://img.shields.io/github/license/kurkle/chartjs-chart-matrix.svg)

@@ -55,4 +55,24 @@ ## Documentation

## Development
You first need to install node dependencies (requires [Node.js](https://nodejs.org/)):
```bash
> npm install
```
The following commands will then be available from the repository root:
```bash
> gulp build // build dist files
> gulp build --watch // build and watch for changes
> gulp test // run all tests
> gulp test --watch // run all tests and watch for changes
> gulp test --coverage // run all tests and generate code coverage
> gulp lint // perform code linting
> gulp package // create an archive with dist files and samples
```
## License
chartjs-chart-matrix is available under the [MIT license](https://opensource.org/licenses/MIT).
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