@types/chartist
Advanced tools
Comparing version 0.9.33 to 0.9.34
@@ -426,3 +426,3 @@ // Type definitions for Chartist v0.9.5 | ||
*/ | ||
append(): IChartistSvg; | ||
append(element: IChartistSvg, insertFirst?: boolean): IChartistSvg; | ||
@@ -429,0 +429,0 @@ /** |
{ | ||
"name": "@types/chartist", | ||
"version": "0.9.33", | ||
"description": "TypeScript definitions for Chartist v0.9.5", | ||
"version": "0.9.34", | ||
"description": "TypeScript definitions for Chartist", | ||
"license": "MIT", | ||
@@ -14,4 +14,4 @@ "author": "Matt Gibbs <https://github.com/mtgibbs>", | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "d986b68d91d726881e9f0cc32cd66f30e2bd69171294f23aa11c774319f5fd00" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "eb72b63ec1480c0b7298c154e6619732d670b0a0b725f3f7c5c0a2e9e1fd8d5c" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Chartist v0.9.5 (https://github.com/gionkunz/chartist-js). | ||
This package contains type definitions for Chartist (https://github.com/gionkunz/chartist-js). | ||
@@ -12,4 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:23 GMT | ||
* File structure: UMD | ||
* Last updated: Mon, 12 Dec 2016 22:50:15 GMT | ||
* Library Dependencies: none | ||
@@ -16,0 +15,0 @@ * Module Dependencies: none |
{ | ||
"authors": "Matt Gibbs <https://github.com/mtgibbs>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "9", | ||
"libraryName": "Chartist v0.9.5", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 9, | ||
"libraryName": "Chartist", | ||
"typingsPackageName": "chartist", | ||
@@ -13,7 +12,8 @@ "projectName": "https://github.com/gionkunz/chartist-js", | ||
"sourceBranch": "types-2.0", | ||
"kind": "UMD", | ||
"globals": [ | ||
"Chartist" | ||
], | ||
"declaredModules": [], | ||
"declaredModules": [ | ||
"chartist" | ||
], | ||
"files": [ | ||
@@ -23,3 +23,3 @@ "index.d.ts" | ||
"hasPackageJson": false, | ||
"contentHash": "d986b68d91d726881e9f0cc32cd66f30e2bd69171294f23aa11c774319f5fd00" | ||
"contentHash": "eb72b63ec1480c0b7298c154e6619732d670b0a0b725f3f7c5c0a2e9e1fd8d5c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22067
18