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.12 to 0.0.13

4

chart.js/index.d.ts

@@ -74,3 +74,3 @@ // Type definitions for Chart.js

export interface ChartPoint {
x?: number;
x?: number | string | Date;
y?: number;

@@ -434,2 +434,2 @@ }

export = Chart;
export as namespace Chart;
export as namespace Chart;
{
"name": "@types/chart.js",
"version": "0.0.12",
"version": "0.0.13",
"description": "TypeScript definitions for Chart.js",

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

"peerDependencies": {},
"typesPublisherContentHash": "e254b84f0c1b7c6d224e264ab042d2cbdcbfe479aa6dac36ac3be25f5d5e3594",
"typesPublisherContentHash": "d84a0dc3213de6c5840354a0e3744caa5217ba4b53983ffbf4b1cf3edbeb7e50",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 10 Jan 2017 20:28:44 GMT
* Last updated: Fri, 10 Feb 2017 00:21:34 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Chart

@@ -8,2 +8,3 @@ {

"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 0,

@@ -26,5 +27,5 @@ "libraryMinorVersion": 0,

"hasPackageJson": false,
"contentHash": "e254b84f0c1b7c6d224e264ab042d2cbdcbfe479aa6dac36ac3be25f5d5e3594"
"contentHash": "d84a0dc3213de6c5840354a0e3744caa5217ba4b53983ffbf4b1cf3edbeb7e50"
},
"isLatest": true
}
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