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.8.4 to 2.8.5

10

chart.js/index.d.ts

@@ -141,2 +141,4 @@ // Type definitions for Chart.js 2.8

type BorderWidth = number | { [key in PositionType]?: number };
interface ChartArea {

@@ -222,5 +224,5 @@ top: number;

interface RadialChartOptions extends ChartOptions {
scale?: RadialLinearScale;
}
interface RadialChartOptions extends ChartOptions {
scale?: RadialLinearScale;
}

@@ -542,3 +544,3 @@ interface ChartSize {

borderAlign?: BorderAlignment | BorderAlignment[] | Scriptable<BorderAlignment>;
borderWidth?: number | number[] | Scriptable<number>;
borderWidth?: BorderWidth | BorderWidth[] | Scriptable<BorderWidth>;
borderColor?: ChartColor | ChartColor[] | Scriptable<ChartColor>;

@@ -545,0 +547,0 @@ borderCapStyle?: 'butt' | 'round' | 'square';

4

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

@@ -107,4 +107,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "af6c745e4a87f62de2516a641f1140135786c26460710e329af96bb8422b3f3a",
"typesPublisherContentHash": "b93385085cdc0f75bfb97147e1e4ece6ba085b928c22a30dca25d0ab9018a759",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 26 Aug 2019 15:55:17 GMT
* Last updated: Mon, 09 Sep 2019 12:28:32 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Chart

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