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.45 to 2.7.46

4

chart.js/index.d.ts
// Type definitions for Chart.js 2.7
// Project: https://github.com/nnnick/Chart.js, http://www.chartjs.org
// Project: https://github.com/nnnick/Chart.js, https://www.chartjs.org
// Definitions by: Alberto Nuti <https://github.com/anuti>

@@ -360,3 +360,3 @@ // Fabien Lavocat <https://github.com/FabienLavocat>

callbacks?: ChartTooltipCallback;
filter?(item: ChartTooltipItem): boolean;
filter?(item: ChartTooltipItem, data: ChartData): boolean;
itemSort?(itemA: ChartTooltipItem, itemB: ChartTooltipItem): number;

@@ -363,0 +363,0 @@ position?: string;

{
"name": "@types/chart.js",
"version": "2.7.45",
"version": "2.7.46",
"description": "TypeScript definitions for Chart.js",

@@ -82,8 +82,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/chart.js"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "02df5f2e083b232ddedd59d163dc406a30dda6009223f99a140a30b6cba5e2fd",
"typesPublisherContentHash": "1049693ad9495de26fc89795304a73a53bdd1ae35bc33f27d830dc602a267f39",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 16:16:48 GMT
* Last updated: Tue, 05 Mar 2019 22:49:47 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