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.7.22 to 2.7.23

5

chart.js/index.d.ts

@@ -15,2 +15,3 @@ // Type definitions for Chart.js 2.7

// Slavik Nychkalo <https://github.com/gebeto>
// Francesco Benedetto <https://github.com/frabnt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -487,3 +488,3 @@ // TypeScript Version: 2.3

pointHoverBorderWidth?: number | number[];
pointStyle?: PointStyle | HTMLImageElement | Array<PointStyle | HTMLImageElement>;
pointStyle?: PointStyle | HTMLImageElement | HTMLCanvasElement | Array<PointStyle | HTMLImageElement | HTMLCanvasElement>;
xAxisID?: string;

@@ -522,2 +523,3 @@ yAxisID?: string;

scaleLabel?: ScaleTitleOptions;
time?: TimeScale;
offset?: boolean;

@@ -544,3 +546,2 @@ beforeUpdate?(scale?: any): void;

distribution?: 'linear' | 'series';
time?: TimeScale;
}

@@ -547,0 +548,0 @@

9

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

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

"githubUsername": "gebeto"
},
{
"name": "Francesco Benedetto",
"url": "https://github.com/frabnt",
"githubUsername": "frabnt"
}

@@ -76,4 +81,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "bdb0bd3266e874636dc145f723f9ada0f1a8b0416bf00feb013e635b2953f979",
"typesPublisherContentHash": "365a8c9d3444f3220ecefecacd02ebfa397df398c156245d7d22eb9f8428e457",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 13 Jun 2018 19:16:56 GMT
* Last updated: Thu, 21 Jun 2018 00:15:27 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>, Sergey Rubanov <https://github.com/chicoxyzzy>, Simon Archer <https://github.com/archy-bold>, Ken Elkabany <https://github.com/braincore>, Slavik Nychkalo <https://github.com/gebeto>.
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>, Sergey Rubanov <https://github.com/chicoxyzzy>, Simon Archer <https://github.com/archy-bold>, Ken Elkabany <https://github.com/braincore>, Slavik Nychkalo <https://github.com/gebeto>, Francesco Benedetto <https://github.com/frabnt>.
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