New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jupyterlab/docregistry

Package Overview
Dependencies
Maintainers
19
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/docregistry - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.2

6

lib/mimedocument.js

@@ -206,5 +206,5 @@ // Copyright (c) Jupyter Development Team.

});
content.title.iconClass = (_c = (_b = ft) === null || _b === void 0 ? void 0 : _b.iconClass, (_c !== null && _c !== void 0 ? _c : ''));
content.title.iconLabel = (_e = (_d = ft) === null || _d === void 0 ? void 0 : _d.iconLabel, (_e !== null && _e !== void 0 ? _e : ''));
content.title.iconRenderer = (_f = ft) === null || _f === void 0 ? void 0 : _f.icon;
content.title.icon = (_b = ft) === null || _b === void 0 ? void 0 : _b.icon;
content.title.iconClass = (_d = (_c = ft) === null || _c === void 0 ? void 0 : _c.iconClass, (_d !== null && _d !== void 0 ? _d : ''));
content.title.iconLabel = (_f = (_e = ft) === null || _e === void 0 ? void 0 : _e.iconLabel, (_f !== null && _f !== void 0 ? _f : ''));
const widget = new MimeDocument({ content, context });

@@ -211,0 +211,0 @@ return widget;

@@ -645,5 +645,3 @@ import { IIterator } from '@lumino/algorithm';

/**
* The icon for the file type. Can either be a string containing the name
* of an existing icon, or an object with {name, svgstr} fields, where
* svgstr is a string containing the raw contents of an svg file.
* The icon for the file type.
*/

@@ -650,0 +648,0 @@ readonly icon?: LabIcon;

{
"name": "@jupyterlab/docregistry",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "JupyterLab - Document Registry",

@@ -38,17 +38,17 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/apputils": "^2.0.0-rc.1",
"@jupyterlab/codeeditor": "^2.0.0-rc.1",
"@jupyterlab/codemirror": "^2.0.0-rc.1",
"@jupyterlab/coreutils": "^4.0.0-rc.1",
"@jupyterlab/observables": "^3.0.0-rc.1",
"@jupyterlab/rendermime": "^2.0.0-rc.1",
"@jupyterlab/rendermime-interfaces": "^2.0.0-rc.1",
"@jupyterlab/services": "^5.0.0-rc.1",
"@jupyterlab/ui-components": "^2.0.0-rc.2",
"@jupyterlab/apputils": "^2.0.0-rc.2",
"@jupyterlab/codeeditor": "^2.0.0-rc.2",
"@jupyterlab/codemirror": "^2.0.0-rc.2",
"@jupyterlab/coreutils": "^4.0.0-rc.2",
"@jupyterlab/observables": "^3.0.0-rc.2",
"@jupyterlab/rendermime": "^2.0.0-rc.2",
"@jupyterlab/rendermime-interfaces": "^2.0.0-rc.2",
"@jupyterlab/services": "^5.0.0-rc.2",
"@jupyterlab/ui-components": "^2.0.0-rc.3",
"@lumino/algorithm": "^1.2.3",
"@lumino/coreutils": "^1.4.2",
"@lumino/disposable": "^1.3.4",
"@lumino/disposable": "^1.3.5",
"@lumino/messaging": "^1.3.3",
"@lumino/signaling": "^1.3.4",
"@lumino/widgets": "^1.10.2"
"@lumino/signaling": "^1.3.5",
"@lumino/widgets": "^1.11.1"
},

@@ -63,3 +63,3 @@ "devDependencies": {

},
"gitHead": "f63172ca32a55068f13518319ac0d871bfa582f3"
"gitHead": "922e0a5e37db645c35e7cab267f888556ac56518"
}

Sorry, the diff of this file is not supported yet

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