react-latex
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,3 +6,3 @@ 'use strict'; | ||
var detectLatex = function detectLatex(string) { | ||
var latexString = function latexString(string) { | ||
@@ -9,0 +9,0 @@ string = string.replace(/(<([^>]+)>)/ig, ''); |
{ | ||
"name": "react-latex", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "React component to render latex strings", | ||
@@ -44,4 +44,4 @@ "homepage": "", | ||
"dependencies": { | ||
"katex": "^0.5.0" | ||
"katex": "^0.4.0" | ||
} | ||
} |
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
+ Addedkatex@0.4.3(transitive)
- Removedkatex@0.5.1(transitive)
Updatedkatex@^0.4.0