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.9.8 to 2.9.9

7

chart.js/index.d.ts

@@ -566,2 +566,9 @@ // Type definitions for Chart.js 2.9

reverse?: boolean;
/**
* The number of ticks to examine when deciding how many labels will fit.
* Setting a smaller value will be faster, but may be less accurate
* when there is large variability in label length.
* Deault: `ticks.length`
*/
sampleSize?: number;
showLabelBackdrop?: boolean;

@@ -568,0 +575,0 @@ source?: 'auto' | 'data' | 'labels';

4

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

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

"dependencies": {},
"typesPublisherContentHash": "1edcaa340ea0a6ba3ce2e5668a3959cf6673096b3cb54fcfa9510bf6fc53d358",
"typesPublisherContentHash": "cd5513f1de7a336d3f1146169a61a8ea8db62aaed5a594f88a548e3ff39d6d13",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Thu, 02 Jan 2020 18:35:17 GMT
* Last updated: Mon, 13 Jan 2020 17:33: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