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.10 to 2.7.11

3

chart.js/index.d.ts

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

events?: string[];
onHover?(this: Chart, event: MouseEvent, activeElements: Array<{}>): any;
onClick?(event?: MouseEvent, activeElements?: Array<{}>): any;

@@ -295,3 +296,3 @@ title?: ChartTitleOptions;

intersect?: boolean;
onHover?(active: any): void;
onHover?(this: Chart, event: MouseEvent, activeElements: Array<{}>): any;
}

@@ -298,0 +299,0 @@

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

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

"dependencies": {},
"typesPublisherContentHash": "1f45a7ff00a5a9ad7fbf5a3da9e847710ec7c15fd527ee58c8cf29a9cc126f93",
"typesPublisherContentHash": "4da077fe4d815c2e83b146510207cc2abf69ea2de4f67fb71ca17c121d221fb5",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Sat, 10 Mar 2018 02:17:46 GMT
* Last updated: Mon, 09 Apr 2018 17:27:31 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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