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

@jupyterlab/inspector

Package Overview
Dependencies
Maintainers
5
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/inspector - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

3

lib/handler.js

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var coreutils_1 = require("@jupyterlab/coreutils");
var signaling_1 = require("@phosphor/signaling");

@@ -137,3 +138,3 @@ var rendermime_1 = require("@jupyterlab/rendermime");

var position = editor.getCursorPosition();
var offset = editor.getOffsetAt(position);
var offset = coreutils_1.Text.jsIndexToCharIndex(editor.getOffsetAt(position), code);
var update = { content: null, type: 'hints' };

@@ -140,0 +141,0 @@ // Clear hints if the new text value is empty or kernel is unavailable.

{
"name": "@jupyterlab/inspector",
"version": "0.6.0",
"version": "0.7.0",
"description": "JupyterLab - Code Inspector",

@@ -16,11 +16,12 @@ "main": "lib/index.js",

"dependencies": {
"@jupyterlab/apputils": "^0.6.0",
"@jupyterlab/codeeditor": "^0.6.0",
"@jupyterlab/rendermime": "^0.6.0",
"@jupyterlab/services": "^0.45.0",
"@phosphor/coreutils": "^1.1.0",
"@phosphor/disposable": "^1.1.0",
"@phosphor/messaging": "^1.2.0",
"@phosphor/signaling": "^1.2.0",
"@phosphor/widgets": "^1.2.0"
"@jupyterlab/apputils": "^0.7.0",
"@jupyterlab/codeeditor": "^0.7.0",
"@jupyterlab/coreutils": "^0.7.0",
"@jupyterlab/rendermime": "^0.7.0",
"@jupyterlab/services": "^0.46.0",
"@phosphor/coreutils": "^1.1.1",
"@phosphor/disposable": "^1.1.1",
"@phosphor/messaging": "^1.2.1",
"@phosphor/signaling": "^1.2.1",
"@phosphor/widgets": "^1.3.0"
},

@@ -27,0 +28,0 @@ "devDependencies": {

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