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

phosphor-boxpanel

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phosphor-boxpanel - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

12

lib/index.d.ts

@@ -218,11 +218,11 @@ import { Message } from 'phosphor-messaging';

/**
* Get the box panel stretch factor for the given widget.
* Get the box layout stretch factor for the given widget.
*
* @param widget - The widget of interest.
*
* @returns The box panel stretch factor for the widget.
* @returns The box layout stretch factor for the widget.
*/
function getStretch(widget: Widget): number;
/**
* Set the box panel stretch factor for the given widget.
* Set the box layout stretch factor for the given widget.
*

@@ -235,11 +235,11 @@ * @param widget - The widget of interest.

/**
* Get the box panel size basis for the given widget.
* Get the box layout size basis for the given widget.
*
* @param widget - The widget of interest.
*
* @returns The box panel size basis for the widget.
* @returns The box layout size basis for the widget.
*/
function getSizeBasis(widget: Widget): number;
/**
* Set the box panel size basis for the given widget.
* Set the box layout size basis for the given widget.
*

@@ -246,0 +246,0 @@ * @param widget - The widget of interest.

@@ -380,7 +380,7 @@ /*-----------------------------------------------------------------------------

/**
* Get the box panel stretch factor for the given widget.
* Get the box layout stretch factor for the given widget.
*
* @param widget - The widget of interest.
*
* @returns The box panel stretch factor for the widget.
* @returns The box layout stretch factor for the widget.
*/

@@ -392,3 +392,3 @@ function getStretch(widget) {

/**
* Set the box panel stretch factor for the given widget.
* Set the box layout stretch factor for the given widget.
*

@@ -404,7 +404,7 @@ * @param widget - The widget of interest.

/**
* Get the box panel size basis for the given widget.
* Get the box layout size basis for the given widget.
*
* @param widget - The widget of interest.
*
* @returns The box panel size basis for the widget.
* @returns The box layout size basis for the widget.
*/

@@ -416,3 +416,3 @@ function getSizeBasis(widget) {

/**
* Set the box panel size basis for the given widget.
* Set the box layout size basis for the given widget.
*

@@ -506,3 +506,3 @@ * @param widget - The widget of interest.

/**
* Fit the layout to total size required by the child widgets.
* Fit the layout to the total size required by the child widgets.
*/

@@ -771,2 +771,1 @@ function fit(layout) {

})(BoxLayoutPrivate || (BoxLayoutPrivate = {}));
//# sourceMappingURL=index.js.map
{
"name": "phosphor-boxpanel",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A Phosphor layout panel which arranges its children into a single row or column.",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"phosphor-properties": "^2.0.0",
"phosphor-widget": "^1.0.0-beta.4"
"phosphor-widget": "^1.0.0-beta.6"
},

@@ -16,0 +16,0 @@ "devDependencies": {

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