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

@jupyterlab/toc

Package Overview
Dependencies
Maintainers
10
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/toc - npm Package Compare versions

Comparing version 6.1.0-alpha.4 to 6.1.0-beta.0

7

lib/model.js

@@ -157,6 +157,7 @@ // Copyright (c) Jupyter Development Team.

this.stateChanged.emit();
if (emitSignal) {
this._activeHeadingChanged.emit(heading);
}
}
if (emitSignal) {
// Always emit the signal to trigger a scroll even if the value did not change
this._activeHeadingChanged.emit(this._activeHeading);
}
}

@@ -163,0 +164,0 @@ /**

{
"name": "@jupyterlab/toc",
"version": "6.1.0-alpha.4",
"version": "6.1.0-beta.0",
"description": "JupyterLab - Table of Contents widget",

@@ -44,9 +44,9 @@ "keywords": [

"dependencies": {
"@jupyterlab/apputils": "^4.2.0-alpha.4",
"@jupyterlab/coreutils": "^6.1.0-alpha.4",
"@jupyterlab/docregistry": "^4.1.0-alpha.4",
"@jupyterlab/observables": "^5.1.0-alpha.4",
"@jupyterlab/rendermime": "^4.1.0-alpha.4",
"@jupyterlab/translation": "^4.1.0-alpha.4",
"@jupyterlab/ui-components": "^4.1.0-alpha.4",
"@jupyterlab/apputils": "^4.2.0-beta.0",
"@jupyterlab/coreutils": "^6.1.0-beta.0",
"@jupyterlab/docregistry": "^4.1.0-beta.0",
"@jupyterlab/observables": "^5.1.0-beta.0",
"@jupyterlab/rendermime": "^4.1.0-beta.0",
"@jupyterlab/translation": "^4.1.0-beta.0",
"@jupyterlab/ui-components": "^4.1.0-beta.0",
"@lumino/coreutils": "^2.1.2",

@@ -60,3 +60,3 @@ "@lumino/disposable": "^2.1.2",

"devDependencies": {
"@jupyterlab/testing": "^4.1.0-alpha.4",
"@jupyterlab/testing": "^4.1.0-beta.0",
"@types/jest": "^29.2.0",

@@ -63,0 +63,0 @@ "@types/react": "^18.0.26",

@@ -203,6 +203,8 @@ // Copyright (c) Jupyter Development Team.

this.stateChanged.emit();
if (emitSignal) {
this._activeHeadingChanged.emit(heading);
}
}
if (emitSignal) {
// Always emit the signal to trigger a scroll even if the value did not change
this._activeHeadingChanged.emit(this._activeHeading);
}
}

@@ -209,0 +211,0 @@

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