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

@nteract/mathjax

Package Overview
Dependencies
Maintainers
17
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/mathjax - npm Package Compare versions

Comparing version 4.0.11 to 4.0.12

2

lib/provider.d.ts

@@ -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",

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