Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/katex

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/katex - npm Package Compare versions

Comparing version 0.14.0 to 0.16.0

7

katex/index.d.ts

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

6

katex/package.json
{
"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

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