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

@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.1.2 to 3.1.3

dist/react-katex.m.js

9

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

@@ -15,3 +15,4 @@ "keywords": [

"main": "dist/react-katex.js",
"module": "dist/react-katex.modern.js",
"module": "dist/react-katex.m.js",
"esmodule": "dist/react-katex.modern.js",
"unpkg": "dist/react-katex.umd.js",

@@ -33,3 +34,3 @@ "types": "dist/index.d.ts",

"start": "cd demo && yarn start",
"build": "rimraf dist && microbundle --jsx React.createElement --name TeX -f modern,cjs,umd",
"build": "rimraf dist && microbundle --jsx React.createElement --name TeX",
"dev": "microbundle watch",

@@ -79,3 +80,3 @@ "format": "prettier --write .",

"rimraf": "^3.0.2",
"snapshot-diff": "^0.4.0",
"snapshot-diff": "^0.8.1",
"typescript": "^3.9.7"

@@ -82,0 +83,0 @@ },

@@ -13,3 +13,3 @@ <div align="center">

<p>
<a href="https://codesandbox.io/s/github/MatejMazur/react-katex/tree/master/demo" target="_blank">Examples</a>
<a href="https://codesandbox.io/s/github/MatejMazur/react-katex/tree/master/demo?fontsize=14&hidenavigation=1&module=%2Fsrc%2FExample.tsx" target="_blank">Examples</a>
</p>

@@ -16,0 +16,0 @@ <p>

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