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

@phosphor/widgets

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phosphor/widgets - npm Package Compare versions

Comparing version 1.9.2 to 1.9.3

2

lib/gridlayout.js

@@ -678,3 +678,3 @@ "use strict";

// Remove the extra sizers.
if (sizers.length < count) {
if (sizers.length > count) {
sizers.length = count;

@@ -681,0 +681,0 @@ }

{
"name": "@phosphor/widgets",
"version": "1.9.2",
"version": "1.9.3",
"description": "PhosphorJS - Widgets",

@@ -46,11 +46,11 @@ "homepage": "https://github.com/phosphorjs/phosphor",

"@phosphor/algorithm": "^1.2.0",
"@phosphor/commands": "^1.7.1",
"@phosphor/commands": "^1.7.2",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/disposable": "^1.3.0",
"@phosphor/disposable": "^1.3.1",
"@phosphor/domutils": "^1.1.4",
"@phosphor/dragdrop": "^1.4.0",
"@phosphor/dragdrop": "^1.4.1",
"@phosphor/keyboard": "^1.1.3",
"@phosphor/messaging": "^1.3.0",
"@phosphor/properties": "^1.1.3",
"@phosphor/signaling": "^1.3.0",
"@phosphor/signaling": "^1.3.1",
"@phosphor/virtualdom": "^1.2.0"

@@ -78,3 +78,3 @@ },

},
"gitHead": "42813cafc70e0a18e52efbb919724b2845169ddf"
"gitHead": "d0b6328d41bf0d1a781a6db589734800ea18401a"
}
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