@types/katex
Advanced tools
Comparing version 0.14.0 to 0.16.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for KaTeX 0.14 | ||
// Type definitions for KaTeX 0.16 | ||
// Project: http://khan.github.io/KaTeX/ | ||
@@ -158,2 +158,7 @@ // Definitions by: Michael Randolph <https://github.com/mrand01> | ||
static renderToString(tex: string, options?: KatexOptions): string; | ||
/** | ||
* KaTeX error, usually during parsing. | ||
*/ | ||
static ParseError: typeof ParseError; | ||
} |
{ | ||
"name": "@types/katex", | ||
"version": "0.14.0", | ||
"version": "0.16.0", | ||
"description": "TypeScript definitions for KaTeX", | ||
@@ -48,4 +48,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/katex", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8fd2b9e21da2c47edd82618224a9a01c8fcf0256faec0cf2ab67c745ff751864", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "761ad95697089a787d7b10366e497a9466fbf0106652f407007e47f96cd317c4", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 30 Mar 2022 14:31:44 GMT | ||
* Last updated: Sat, 24 Dec 2022 11:32:36 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11150
231