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

chart.js-plugin-labels-dv

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart.js-plugin-labels-dv - npm Package Compare versions

Comparing version 5.0.0-beta to 5.0.1-beta

6

CHANGELOG.md
# Change Log
## v5.0.1-beta / 2023-07-03
- Fix main in package.json
- Update deps
- Add tsc build into build script
- Correct version on JS version
## v5.0.0-beta / 2023-07-03

@@ -4,0 +10,0 @@ ### Added

2

dist/chartjs-plugin-labels.min.js

@@ -5,3 +5,3 @@ !function(t){"function"==typeof define&&define.amd?define(t):t()}((function(){"use strict";

*
* @version 3.1.0
* @version 5.0.1-beta
* @author Chen, Yi-Cyuan [emn178@gmail.com], Davide Violante, Yousef Altaher

@@ -8,0 +8,0 @@ * @copyright Chen, Yi-Cyuan 2017-2018

{
"name": "chart.js-plugin-labels-dv",
"version": "5.0.0-beta",
"version": "5.0.1-beta",
"description": "Chart.js plugin to display labels on pie, doughnut and polar area chart.",
"main": "dist/esm/chart-label.js",
"main": "dist/esm/index.js",
"scripts": {
"build": "rollup -c",
"build:ts": "tsc",
"build": "tsc && rollup -c",
"lint": "eslint ./"
},
"peerDependencies": {
"chart.js": "^4.3.0"
"chart.js": "^4.3.3"
},

@@ -32,9 +31,9 @@ "types": "./dist/types/index.d.ts",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.47.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.6.4"
"typescript": "^4.9.5"
}
}

@@ -163,2 +163,4 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/ded2c349739e4d87130b/maintainability)](https://codeclimate.com/github/DavideViolante/chart.js-plugin-labels-dv/maintainability) ![npm](https://img.shields.io/npm/dm/chart.js-plugin-labels-dv) [![Donate](https://img.shields.io/badge/paypal-donate-179BD7.svg)](https://www.paypal.me/dviolante)

### Angular
[Codesandbox example](https://codesandbox.io/p/sandbox/chart-js-plugin-demo-fmtvxd)
You would need to create your own chart component.

@@ -165,0 +167,0 @@ ```html

/**
* [chartjs-plugin-labels]{@link https://github.com/DavideViolante/chartjs-plugin-labels}
*
* @version 3.1.0
* @version 5.0.1-beta
* @author Chen, Yi-Cyuan [emn178@gmail.com], Davide Violante, Yousef Altaher

@@ -6,0 +6,0 @@ * @copyright Chen, Yi-Cyuan 2017-2018

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