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

transformime-jupyter-transformers

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transformime-jupyter-transformers - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

lib/latex.transform.js

@@ -11,3 +11,3 @@ "use strict";

var el = document.createElement('div');
if (typeof MathJaX !== "undefined") {
if (typeof MathJax !== "undefined") {
el.textContent = latex;

@@ -14,0 +14,0 @@ MathJax.Hub.Queue(["Typeset", MathJax.Hub, el]);

{
"name": "transformime-jupyter-transformers",
"version": "0.4.0",
"version": "0.4.1",
"description": "Bundled transformers used for Jupyter specific output",

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

@@ -7,3 +7,3 @@ "use strict";

var el = document.createElement('div');
if (typeof MathJaX !== "undefined") {
if (typeof MathJax !== "undefined") {
el.textContent = latex;

@@ -10,0 +10,0 @@ MathJax.Hub.Queue(["Typeset", MathJax.Hub, el]);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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