Socket
Socket
Sign inDemoInstall

@matejmazur/react-katex

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matejmazur/react-katex - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

index.spec.js

@@ -16,3 +16,3 @@ import React from 'react';

test('expression via props.math', () => {
expect(render(<TeX math={_`\sum_0^\infty`} />)).toMatchSnapshot();
expect(render(<TeX math={_`\sum_0^\infty`} />).container).toMatchSnapshot();
});

@@ -19,0 +19,0 @@

{
"name": "@matejmazur/react-katex",
"version": "3.0.1",
"version": "3.0.2",
"description": "Display math in TeX with KaTeX and ReactJS",

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,2 +18,5 @@ <div align="center">

Comparison with `react-katex`: https://github.com/talyssonoc/react-katex/issues/49.
## Installation

@@ -20,0 +23,0 @@

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