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

phosphor-dockpanel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phosphor-dockpanel - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

4

lib/index.d.ts

@@ -17,6 +17,2 @@ import { Message } from 'phosphor-messaging';

/**
* The static type of the constructor.
*/
'constructor': typeof DockPanel;
/**
* Construct a new dock panel.

@@ -23,0 +19,0 @@ */

13

lib/index.js

@@ -99,2 +99,15 @@ /*-----------------------------------------------------------------------------

/**
* Ensure the specified content widget is selected.
*
* @param widget - The content widget of interest.
*
* #### Notes
* If the widget is not contained in a dock panel, or is already
* the selected tab in its respective tab panel, this is a no-op.
*/
// TODO figure out the right API for this.
// static select(widget: Widget): void {
// selectWidget(widget);
// }
/**
* Construct a new dock panel.

@@ -101,0 +114,0 @@ */

{
"name": "phosphor-dockpanel",
"version": "0.9.5",
"version": "0.9.6",
"description": "A widget which provides a flexible docking area for content widgets.",

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

"phosphor-messaging": "^1.0.6",
"phosphor-nodewrapper": "^1.0.5",
"phosphor-nodewrapper": "^1.0.6",
"phosphor-properties": "^2.0.0",
"phosphor-splitpanel": "^1.0.0-rc.1",
"phosphor-stackedpanel": "^1.0.0-rc.0",
"phosphor-tabs": "^1.0.0-rc.1",
"phosphor-tabs": "^1.0.0-rc.2",
"phosphor-widget": "^1.0.0-rc.0"

@@ -19,0 +19,0 @@ },

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