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.9 to 2.6.10

5

chart.js/index.d.ts

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

// Joseph Page <https://github.com/josefpaij>
// Dan Manastireanu <https://github.com/danmana>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -332,2 +333,4 @@ // TypeScript Version: 2.3

color?: ChartColor;
borderDash?: number[];
borderDashOffset?: number;
lineWidth?: number;

@@ -340,2 +343,4 @@ drawBorder?: boolean;

zeroLineColor?: ChartColor;
zeroLineBorderDash?: number[];
zeroLineBorderDashOffset?: number;
offsetGridLines?: boolean;

@@ -342,0 +347,0 @@ }

9

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

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

"githubUsername": "josefpaij"
},
{
"name": "Dan Manastireanu",
"url": "https://github.com/danmana",
"githubUsername": "danmana"
}

@@ -46,4 +51,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "c04f8f5868c91fbd2d57e0b5e3bf419aff83020d168ef802d9796488208f7411",
"typesPublisherContentHash": "4655fdbc3c8f10a3903e9bcb082b5f0c074054be664816ccd2ac99e7dda1d0a7",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 20 Oct 2017 15:23:32 GMT
* Last updated: Wed, 25 Oct 2017 00:19:45 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>.
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>.

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