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 2.1.9 to 3.0.0

5

package.json
{
"name": "@matejmazur/react-katex",
"version": "2.1.9",
"version": "3.0.0",
"description": "Display math in TeX with KaTeX and ReactJS",

@@ -48,3 +48,2 @@ "keywords": [

"dependencies": {
"katex": "^0.10.0",
"prop-types": "^15.6.2"

@@ -63,2 +62,3 @@ },

"jest": "^23.6.0",
"katex": "^0.10.0",
"lint-staged": "^8.0.4",

@@ -73,4 +73,5 @@ "microbundle": "^0.7.0",

"peerDependencies": {
"katex": ">=0.9.0",
"react": ">=16.6.0"
}
}

6

README.md

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

```sh
$ npm install @matejmazur/react-katex
$ npm install katex @matejmazur/react-katex
# or
$ yarn add @matejmazur/react-katex
$ yarn add katex @matejmazur/react-katex
```

@@ -180,3 +180,3 @@

ReactDOM.render(
<TeX settings={{ macros: { '*': 'cdot' } }}>y = k * x + c</TeX>
<TeX settings={{ macros: { '*': '\\cdot' } }}>y = k * x + c</TeX>
);

@@ -183,0 +183,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