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

@jupyterlab/application-extension

Package Overview
Dependencies
Maintainers
35
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/application-extension - npm Package Compare versions

Comparing version 4.0.0-alpha.19 to 4.0.0-alpha.20

src/index.tsx

37

package.json
{
"name": "@jupyterlab/application-extension",
"version": "4.0.0-alpha.19",
"version": "4.0.0-alpha.20",
"description": "JupyterLab - Application Extension",

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

"style/**/*.css",
"style/index.js"
"style/index.js",
"src/**/*.{ts,tsx}"
],

@@ -41,16 +42,16 @@ "scripts": {

"dependencies": {
"@jupyterlab/application": "^4.0.0-alpha.19",
"@jupyterlab/apputils": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
"@jupyterlab/property-inspector": "^4.0.0-alpha.19",
"@jupyterlab/settingregistry": "^4.0.0-alpha.19",
"@jupyterlab/statedb": "^4.0.0-alpha.19",
"@jupyterlab/statusbar": "^4.0.0-alpha.19",
"@jupyterlab/translation": "^4.0.0-alpha.19",
"@jupyterlab/ui-components": "^4.0.0-alpha.34",
"@lumino/algorithm": "^2.0.0-beta.0",
"@lumino/commands": "^2.0.0-beta.1",
"@lumino/coreutils": "^2.0.0-beta.0",
"@lumino/disposable": "^2.0.0-beta.1",
"@lumino/widgets": "^2.0.0-beta.1",
"@jupyterlab/application": "^4.0.0-alpha.20",
"@jupyterlab/apputils": "^4.0.0-alpha.20",
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
"@jupyterlab/property-inspector": "^4.0.0-alpha.20",
"@jupyterlab/settingregistry": "^4.0.0-alpha.20",
"@jupyterlab/statedb": "^4.0.0-alpha.20",
"@jupyterlab/statusbar": "^4.0.0-alpha.20",
"@jupyterlab/translation": "^4.0.0-alpha.20",
"@jupyterlab/ui-components": "^4.0.0-alpha.35",
"@lumino/algorithm": "^2.0.0-rc.0",
"@lumino/commands": "^2.0.0-rc.0",
"@lumino/coreutils": "^2.0.0-rc.0",
"@lumino/disposable": "^2.0.0-rc.0",
"@lumino/widgets": "^2.0.0-rc.0",
"react": "^18.2.0"

@@ -60,4 +61,4 @@ },

"rimraf": "~3.0.0",
"typedoc": "~0.22.10",
"typescript": "~4.7.3"
"typedoc": "~0.23.25",
"typescript": "~5.0.0-beta"
},

@@ -64,0 +65,0 @@ "publishConfig": {

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