New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-mathjax

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mathjax - npm Package Compare versions

Comparing version

to
1.0.1

4

HISTORY.md

@@ -5,2 +5,6 @@ # Release notes

### [1.0.1]
- Update MathJax to 2.7.4
### [1.0.0]

@@ -7,0 +11,0 @@

2

lib/Provider.js

@@ -128,3 +128,3 @@ 'use strict';

MathJaxProvider.defaultProps = {
script: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML',
script: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML',
options: {

@@ -131,0 +131,0 @@ tex2jax: {

{
"name": "react-mathjax",
"version": "1.0.0",
"version": "1.0.1",
"description": "React component to render math using MathJax",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -18,3 +18,3 @@ /* @flow */

script:
'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML',
'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML',
options: {

@@ -21,0 +21,0 @@ tex2jax: {