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

@jupyterlab/shortcuts-extension

Package Overview
Dependencies
Maintainers
23
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/shortcuts-extension - npm Package Compare versions

Comparing version 2.2.0-alpha.0 to 2.2.0-alpha.2

8

lib/index.js

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

}
const defaults = (_c = (_b = (_a = canonical.properties) === null || _a === void 0 ? void 0 : _a.shortcuts) === null || _b === void 0 ? void 0 : _b.default) !== null && _c !== void 0 ? _c : [];
const defaults = (_c = (_b = (_a = canonical.properties) === null || _a === void 0 ? void 0 : _a.shortcuts) === null || _b === void 0 ? void 0 : _b.default, (_c !== null && _c !== void 0 ? _c : []));
const user = {
shortcuts: (_d = plugin.data.user.shortcuts) !== null && _d !== void 0 ? _d : []
shortcuts: (_d = plugin.data.user.shortcuts, (_d !== null && _d !== void 0 ? _d : []))
};

@@ -153,4 +153,4 @@ const composite = {

function loadShortcuts(commands, composite) {
var _a;
const shortcuts = ((_a = composite === null || composite === void 0 ? void 0 : composite.shortcuts) !== null && _a !== void 0 ? _a : []);
var _a, _b;
const shortcuts = (_b = (_a = composite) === null || _a === void 0 ? void 0 : _a.shortcuts, (_b !== null && _b !== void 0 ? _b : []));
if (disposables) {

@@ -157,0 +157,0 @@ disposables.dispose();

{
"name": "@jupyterlab/shortcuts-extension",
"version": "2.2.0-alpha.0",
"version": "2.2.0-alpha.2",
"description": "JupyterLab - Shortcuts Extension",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/application": "^2.2.0-alpha.0",
"@jupyterlab/settingregistry": "^2.2.0-alpha.0",
"@jupyterlab/application": "^2.2.0-alpha.2",
"@jupyterlab/settingregistry": "^2.2.0-alpha.2",
"@lumino/commands": "^1.10.1",

@@ -44,4 +44,4 @@ "@lumino/coreutils": "^1.4.2",

"rimraf": "~3.0.0",
"typedoc": "^0.17.7",
"typescript": "~3.9.2"
"typedoc": "^0.15.4",
"typescript": "~3.7.3"
},

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

},
"gitHead": "d6772c788e019a1db5abcb2ea1b7d40d2d8916b4"
"gitHead": "9c7e07727190b625dda7575454fb7c90694f1485"
}

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