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

@jupyterlab/rendermime

Package Overview
Dependencies
Maintainers
15
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/rendermime - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

2

lib/latex.js

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

deTilde = (text) => {
return text.replace(/~([TD])/g, (wholematch, character) => (character === 'T' ? '~' : inline));
return text.replace(/~([TD])/g, (wholematch, character) => character === 'T' ? '~' : inline);
};

@@ -45,0 +45,0 @@ }

{
"name": "@jupyterlab/rendermime",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "JupyterLab - RenderMime",

@@ -34,8 +34,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^1.0.0-alpha.3",
"@jupyterlab/codemirror": "^1.0.0-alpha.3",
"@jupyterlab/coreutils": "^3.0.0-alpha.3",
"@jupyterlab/observables": "^2.2.0-alpha.3",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.3",
"@jupyterlab/services": "^4.0.0-alpha.3",
"@jupyterlab/apputils": "^1.0.0-alpha.4",
"@jupyterlab/codemirror": "^1.0.0-alpha.4",
"@jupyterlab/coreutils": "^3.0.0-alpha.4",
"@jupyterlab/observables": "^2.2.0-alpha.4",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.4",
"@jupyterlab/services": "^4.0.0-alpha.4",
"@phosphor/algorithm": "^1.1.2",

@@ -54,3 +54,3 @@ "@phosphor/coreutils": "^1.3.0",

"typedoc": "^0.14.2",
"typescript": "~3.3.1"
"typescript": "~3.4.3"
},

@@ -60,3 +60,3 @@ "publishConfig": {

},
"gitHead": "5a5390c3d66c033d28e8e48256f4d7f7d0b6834b"
"gitHead": "2d428c2cdbacf04f17e10b56081a1468b447c2da"
}

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