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.23 to 2.7.24

6

chart.js/index.d.ts

@@ -191,2 +191,6 @@ // Type definitions for Chart.js 2.7

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

@@ -584,3 +588,3 @@ responsive?: boolean;

interface RadialLinearScale {
interface RadialLinearScale extends LinearScale {
lineArc?: boolean;

@@ -587,0 +591,0 @@ angleLines?: AngleLineOptions;

4

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

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

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

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

Additional Details
* Last updated: Thu, 21 Jun 2018 00:15:27 GMT
* Last updated: Tue, 26 Jun 2018 01:10:50 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