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

chart.js

Package Overview
Dependencies
Maintainers
5
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart.js - npm Package Compare versions

Comparing version 3.0.0-rc.6 to 3.0.0-rc.7

2

dist/helpers.esm.js
/*!
* Chart.js v3.0.0-rc.6
* Chart.js v3.0.0-rc.7
* https://www.chartjs.org

@@ -4,0 +4,0 @@ * (c) 2021 Chart.js Contributors

@@ -1,1 +0,1 @@

export * from '../types/helpers/index.d.ts';
export * from '../types/helpers/index';

@@ -1,1 +0,1 @@

export * from '../dist/helpers.esm';
export * from '../dist/helpers.esm';

@@ -1,1 +0,1 @@

module.exports = require('..').helpers;
module.exports = require('..').helpers;

@@ -5,3 +5,3 @@ {

"description": "Simple HTML5 charts using the canvas element.",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"license": "MIT",

@@ -43,10 +43,10 @@ "jsdelivr": "dist/chart.min.js",

"dev:ff": "karma start --auto-watch --no-single-run --browsers firefox --grep",
"docs": "cd docs && npm install && npm run build",
"lint-js": "eslint \"samples/**/*.html\" \"samples/**/*.js\" \"src/**/*.js\" \"test/**/*.js\"",
"lint-md": "markdownlint-cli2 \"**/*.md\" \"**/*.mdx\" \"#**/node_modules\"",
"docs": "npm run build && vuepress build docs --no-cache",
"docs:dev": "npm run build && vuepress dev docs --no-cache",
"lint-js": "eslint \"src/**/*.js\" \"test/**/*.js\" \"docs/**/*.js\"",
"lint-md": "eslint \"**/*.md\"",
"lint-tsc": "tsc",
"lint-types": "eslint \"types/**/*.ts\" && tsc -p types/tests/",
"lint": "concurrently \"npm:lint-*\"",
"test": "npm run lint && cross-env NODE_ENV=test karma start --auto-watch --single-run --coverage --grep",
"typedoc": "npx typedoc"
"test": "npm run lint && cross-env NODE_ENV=test karma start --auto-watch --single-run --coverage --grep"
},

@@ -61,2 +61,4 @@ "devDependencies": {

"@typescript-eslint/parser": "^4.18.0",
"@vuepress/plugin-google-analytics": "1.8.2",
"chartjs-adapter-luxon": "^1.0.0-beta.2",
"chartjs-adapter-moment": "^0.1.2",

@@ -71,2 +73,3 @@ "chartjs-test-utils": "^0.2.2",

"eslint-plugin-html": "^6.1.2",
"eslint-plugin-markdown": "^2.0.0",
"glob": "^7.1.6",

@@ -85,3 +88,4 @@ "jasmine": "^3.6.4",

"karma-spec-reporter": "0.0.32",
"markdownlint-cli2": "0.0.14",
"luxon": "^1.26.0",
"markdown-it-include": "^2.0.0",
"moment": "^2.29.1",

@@ -95,5 +99,12 @@ "pixelmatch": "^5.2.1",

"typedoc": "^0.20.32",
"typedoc-plugin-markdown": "^3.6.0",
"typescript": "^4.1.5",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.8.2",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-plugin-tabs": "^0.3.0",
"vuepress-plugin-typedoc": "^0.6.0",
"vuepress-theme-chartjs": "^0.2.0",
"yargs": "^16.2.0"
}
}

@@ -35,3 +35,3 @@ <p align="center">

Instructions on building and testing Chart.js can be found in [the documentation](https://www.chartjs.org/docs/master/developers/contributing/#building-and-testing). Before submitting an issue or a pull request, please take a moment to look over the [contributing guidelines](https://www.chartjs.org/docs/master/developers/contributing/) first. For support, please post questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs) with the `chartjs` tag.
Instructions on building and testing Chart.js can be found in [the documentation](https://www.chartjs.org/docs/master/developers/contributing.html#building-and-testing). Before submitting an issue or a pull request, please take a moment to look over the [contributing guidelines](https://www.chartjs.org/docs/master/developers/contributing) first. For support, please post questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs) with the `chartjs` tag.

@@ -38,0 +38,0 @@ ## License

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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