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

@jupyterlab/shortcuts-extension

Package Overview
Dependencies
Maintainers
7
Versions
384
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 0.14.1 to 0.15.0

6

package.json
{
"name": "@jupyterlab/shortcuts-extension",
"version": "0.14.1",
"version": "0.15.0",
"description": "JupyterLab - Shortcuts Extension",

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

"dependencies": {
"@jupyterlab/application": "^0.14.1",
"@jupyterlab/coreutils": "^1.0.1",
"@jupyterlab/application": "^0.15.0",
"@jupyterlab/coreutils": "^1.0.2",
"@phosphor/commands": "^1.4.0",

@@ -37,0 +37,0 @@ "@phosphor/coreutils": "^1.3.0",

@@ -43,3 +43,3 @@ {

},
"command-palette:activate": {
"apputils:activate-command-palette": {
"default": { },

@@ -505,2 +505,11 @@ "properties": {

},
"notebook:select-all": {
"default": { },
"properties": {
"command": { "default": "notebook:select-all" },
"keys": { "default": ["Accel A"] },
"selector": { "default": ".jp-Notebook:focus" }
},
"type": "object"
},
"notebook:split-cell-at-cursor": {

@@ -583,3 +592,3 @@ "default": { },

"keys": { "default": ["Escape"] },
"selector": { "default": "body.jp-mod-tooltip .jp-CodeConsole" }
"selector": { "default": "body.jp-mod-tooltip .jp-CodeConsole-promptCell" }
},

@@ -586,0 +595,0 @@ "type": "object"

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