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 0.0.8 to 0.0.9

5

chart.js/index.d.ts

@@ -175,7 +175,7 @@ // Type definitions for Chart.js

line?: ChartLineOptions;
arg?: ChartArcOtpions;
arc?: ChartArcOptions;
rectangle?: ChartRectangleOptions;
}
interface ChartArcOtpions {
interface ChartArcOptions {
backgroundColor?: ChartColor;

@@ -398,2 +398,3 @@ borderColor?: ChartColor;

config: ChartConfiguration;
data: ChartData;
destroy: () => {};

@@ -400,0 +401,0 @@ update: (duration?: any, lazy?: any) => {};

6

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

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

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "d740a54ee44350ee438beb62d52d80c41e38404dcb1c34d8be032aeca78a974b"
"typesPublisherContentHash": "81e5e48b75ffb14d0087cdde390c5512813fe13cf6404daf50e10e2c55f10e58",
"typeScriptVersion": "2.0"
}

@@ -8,7 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/chart.js
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/chart.js
Additional Details
* Last updated: Tue, 08 Nov 2016 13:45:36 GMT
* File structure: Global
* Last updated: Thu, 29 Dec 2016 23:09:04 GMT
* Library Dependencies: none

@@ -15,0 +14,0 @@ * Module Dependencies: none

{
"authors": "Alberto Nuti <https://github.com/anuti>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],

@@ -8,2 +7,3 @@ "moduleDependencies": [],

"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "Chart.js",

@@ -13,4 +13,3 @@ "typingsPackageName": "chart.js",

"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "Global",
"sourceBranch": "master",
"globals": [

@@ -26,3 +25,3 @@ "Chart",

"hasPackageJson": false,
"contentHash": "d740a54ee44350ee438beb62d52d80c41e38404dcb1c34d8be032aeca78a974b"
"contentHash": "81e5e48b75ffb14d0087cdde390c5512813fe13cf6404daf50e10e2c55f10e58"
}
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