Socket
Socket
Sign inDemoInstall

@types/chart.js

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/chart.js - npm Package Compare versions

Comparing version 2.9.5 to 2.9.6

9

chart.js/index.d.ts

@@ -24,2 +24,3 @@ // Type definitions for Chart.js 2.9

// Ray Nicholus <https://github.com/rnicholus>
// Oscar Cabrera <https://github.com/mrjack88>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -365,2 +366,3 @@ // TypeScript Version: 2.3

backgroundColor: string;
body: ChartTooltipModelBody[];
bodyFontColor: string;

@@ -375,2 +377,3 @@ bodyFontSize: number;

cornerRadius: number;
dataPoints: ChartTooltipItem[];
displayColors: boolean;

@@ -406,2 +409,8 @@ footerFontColor: string;

interface ChartTooltipModelBody {
before: string[];
lines: string[];
after: string[];
}
// NOTE: declare plugin options as interface instead of inline '{ [plugin: string]: any }'

@@ -408,0 +417,0 @@ // to allow module augmentation in case some plugins want to strictly type their options.

9

chart.js/package.json
{
"name": "@types/chart.js",
"version": "2.9.5",
"version": "2.9.6",
"description": "TypeScript definitions for Chart.js",

@@ -111,2 +111,7 @@ "license": "MIT",

"githubUsername": "rnicholus"
},
{
"name": "Oscar Cabrera",
"url": "https://github.com/mrjack88",
"githubUsername": "mrjack88"
}

@@ -123,4 +128,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "fdb9e0004e0be9fc2a96a0ddc18a65f9046ccb26e896685bb7e94b5611f80d0a",
"typesPublisherContentHash": "762a013705f054e968fe3dd3e0e79634e1c8998bb70dfc910a6aac8f0001ae30",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 10 Dec 2019 19:04:06 GMT
* Last updated: Wed, 18 Dec 2019 13:24:54 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `Chart`

# Credits
These definitions were written by Alberto Nuti (https://github.com/anuti), Fabien Lavocat (https://github.com/FabienLavocat), KentarouTakeda (https://github.com/KentarouTakeda), Larry Bahr (https://github.com/larrybahr), Daniel Luz (https://github.com/mernen), Joseph Page (https://github.com/josefpaij), Dan Manastireanu (https://github.com/danmana), Guillaume Rodriguez (https://github.com/guillaume-ro-fr), Simon Archer (https://github.com/archy-bold), Ken Elkabany (https://github.com/braincore), Francesco Benedetto (https://github.com/frabnt), Alexandros Dorodoulis (https://github.com/alexdor), Manuel Heidrich (https://github.com/mahnuh), Conrad Holtzhausen (https://github.com/Conrad777), Adrián Caballero (https://github.com/adripanico), wertzui (https://github.com/wertzui), Martin Trobäck (https://github.com/lekoaf), Elian Cordoba (https://github.com/ElianCordoba), Takuya Uehara (https://github.com/indigolain), Ricardo Mello (https://github.com/ricardo-mello), and Ray Nicholus (https://github.com/rnicholus).
These definitions were written by Alberto Nuti (https://github.com/anuti), Fabien Lavocat (https://github.com/FabienLavocat), KentarouTakeda (https://github.com/KentarouTakeda), Larry Bahr (https://github.com/larrybahr), Daniel Luz (https://github.com/mernen), Joseph Page (https://github.com/josefpaij), Dan Manastireanu (https://github.com/danmana), Guillaume Rodriguez (https://github.com/guillaume-ro-fr), Simon Archer (https://github.com/archy-bold), Ken Elkabany (https://github.com/braincore), Francesco Benedetto (https://github.com/frabnt), Alexandros Dorodoulis (https://github.com/alexdor), Manuel Heidrich (https://github.com/mahnuh), Conrad Holtzhausen (https://github.com/Conrad777), Adrián Caballero (https://github.com/adripanico), wertzui (https://github.com/wertzui), Martin Trobäck (https://github.com/lekoaf), Elian Cordoba (https://github.com/ElianCordoba), Takuya Uehara (https://github.com/indigolain), Ricardo Mello (https://github.com/ricardo-mello), Ray Nicholus (https://github.com/rnicholus), and Oscar Cabrera (https://github.com/mrjack88).
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