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.6.8 to 2.6.9

13

chart.js/index.d.ts

@@ -163,2 +163,3 @@ // Type definitions for Chart.js 2.6

elements?: ChartElementsOptions;
layout?: ChartLayoutOptions;
scales?: ChartScales;

@@ -316,2 +317,14 @@ showLines?: boolean;

}
interface ChartLayoutOptions {
padding?: ChartLayoutPaddingObject | number;
}
interface ChartLayoutPaddingObject {
top?: number;
right?: number;
bottom?: number;
left?: number;
}
interface GridLineOptions {

@@ -318,0 +331,0 @@ display?: boolean;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "5206d688872e1e3b8c220671db51c0de571a7528980ecc7433f9948ea161fe39",
"typesPublisherContentHash": "c04f8f5868c91fbd2d57e0b5e3bf419aff83020d168ef802d9796488208f7411",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 06 Oct 2017 17:14:25 GMT
* Last updated: Fri, 20 Oct 2017 15:23: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