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

@jupyterlab/tooltip-extension

Package Overview
Dependencies
Maintainers
16
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/tooltip-extension - npm Package Compare versions

Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10

style/index.css

29

package.json
{
"name": "@jupyterlab/tooltip-extension",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "JupyterLab - Tooltip Extension",

@@ -19,6 +19,11 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"lib/*.js",
"schema/*.json"
"schema/*.json",
"style/**/*.css"
],
"sideEffects": [
"style/**/*.css"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {

@@ -35,11 +40,11 @@ "lib": "lib/"

"dependencies": {
"@jupyterlab/application": "^1.0.0-alpha.9",
"@jupyterlab/codeeditor": "^1.0.0-alpha.9",
"@jupyterlab/console": "^1.0.0-alpha.9",
"@jupyterlab/coreutils": "^3.0.0-alpha.9",
"@jupyterlab/fileeditor": "^1.0.0-alpha.9",
"@jupyterlab/notebook": "^1.0.0-alpha.10",
"@jupyterlab/rendermime": "^1.0.0-alpha.9",
"@jupyterlab/services": "^4.0.0-alpha.9",
"@jupyterlab/tooltip": "^1.0.0-alpha.9",
"@jupyterlab/application": "^1.0.0-alpha.10",
"@jupyterlab/codeeditor": "^1.0.0-alpha.10",
"@jupyterlab/console": "^1.0.0-alpha.10",
"@jupyterlab/coreutils": "^3.0.0-alpha.10",
"@jupyterlab/fileeditor": "^1.0.0-alpha.10",
"@jupyterlab/notebook": "^1.0.0-alpha.11",
"@jupyterlab/rendermime": "^1.0.0-alpha.10",
"@jupyterlab/services": "^4.0.0-alpha.10",
"@jupyterlab/tooltip": "^1.0.0-alpha.10",
"@phosphor/algorithm": "^1.1.2",

@@ -61,3 +66,3 @@ "@phosphor/coreutils": "^1.3.0",

},
"gitHead": "3ae93547a9b04453f82bbd883931ac1866f2a08b"
"gitHead": "3fc4a1cb40fe30e45ab696c4925a307aed5210a5"
}
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