@nteract/mathjax
Advanced tools
Comparing version 4.0.11 to 4.0.12
@@ -32,3 +32,3 @@ import * as React from "react"; | ||
static getDerivedStateFromProps(props: Props, state: State): { | ||
input: "tex" | "ascii"; | ||
input: "ascii" | "tex"; | ||
MathJax?: MathJaxObject | undefined; | ||
@@ -35,0 +35,0 @@ hasProviderAbove?: boolean | undefined; |
@@ -93,3 +93,3 @@ "use strict"; | ||
Provider.defaultProps = { | ||
src: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.8/MathJax.js?config=TeX-MML-AM_CHTML", | ||
src: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_CHTML", | ||
input: "tex", | ||
@@ -96,0 +96,0 @@ didFinishTypeset: null, |
{ | ||
"name": "@nteract/mathjax", | ||
"version": "4.0.11", | ||
"version": "4.0.12", | ||
"description": "React components for MathJax", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37950
26
974