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.4.1 to 2.4.2

4

chart.js/index.d.ts

@@ -416,3 +416,2 @@ // Type definitions for Chart.js 2.4.0

export interface TimeScale extends ChartScales {
format?: string;
displayFormats?: TimeDisplayFormat;

@@ -423,6 +422,7 @@ isoWeekday?: boolean;

parser?: string | ((arg: any) => any);
round?: string;
round?: TimeUnit;
tooltipFormat?: string;
unit?: TimeUnit;
unitStepSize?: number;
minUnit?: TimeUnit;
}

@@ -429,0 +429,0 @@

{
"name": "@types/chart.js",
"version": "2.4.1",
"version": "2.4.2",
"description": "TypeScript definitions for Chart.js",

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

"peerDependencies": {},
"typesPublisherContentHash": "9f8c09dfaaaff51cc4b9f3171333beae5067fb2137fa9a99bd29a1f88da9c2eb",
"typesPublisherContentHash": "39aeb0a9a38986b38f4a61ae3a0cca0284a230e5f8852f9d51add62a87e0f04e",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 14 Mar 2017 02:03:02 GMT
* Last updated: Wed, 22 Mar 2017 17:48:32 GMT
* Dependencies: jquery

@@ -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