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

@jupyterlab/shortcuts-extension

Package Overview
Dependencies
Maintainers
4
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.1.3 to 0.2.0

4

lib/index.js

@@ -326,3 +326,3 @@ // Copyright (c) Jupyter Development Team.

command: 'tooltip:launch-notebook',
selector: '.jp-Notebook.jp-mod-editMode',
selector: '.jp-Notebook.jp-mod-editMode .jp-CellEditor:not(.jp-mod-has-primary-selection)',
keys: ['Shift Tab']

@@ -332,3 +332,3 @@ },

command: 'tooltip:launch-console',
selector: '.jp-CodeConsole-prompt',
selector: '.jp-CodeConsole-prompt .jp-CellEditor:not(.jp-mod-has-primary-selection)',
keys: ['Shift Tab']

@@ -335,0 +335,0 @@ }

{
"name": "@jupyterlab/shortcuts-extension",
"version": "0.1.3",
"version": "0.2.0",
"description": "JupyterLab - Shortcuts Extension",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"dependencies": {
"@jupyterlab/application": "^0.1.1"
"@jupyterlab/application": "^0.2.0"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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