Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/split-layout

Package Overview
Dependencies
Maintainers
17
Versions
414
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/split-layout - npm Package Compare versions

Comparing version 23.0.0-beta1 to 23.0.0-beta2

12

package.json
{
"name": "@vaadin/split-layout",
"version": "23.0.0-beta1",
"version": "23.0.0-beta2",
"publishConfig": {

@@ -37,6 +37,6 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.0.0-beta1",
"@vaadin/vaadin-lumo-styles": "23.0.0-beta1",
"@vaadin/vaadin-material-styles": "23.0.0-beta1",
"@vaadin/vaadin-themable-mixin": "23.0.0-beta1"
"@vaadin/component-base": "23.0.0-beta2",
"@vaadin/vaadin-lumo-styles": "23.0.0-beta2",
"@vaadin/vaadin-material-styles": "23.0.0-beta2",
"@vaadin/vaadin-themable-mixin": "23.0.0-beta2"
},

@@ -48,3 +48,3 @@ "devDependencies": {

},
"gitHead": "467244b76021176c109df675799b07029b293e58"
"gitHead": "a276f7a0fd00e5459b87267468e0dd0d4fb6f7f3"
}

@@ -239,3 +239,6 @@ /**

super.ready();
this.__observer = new FlattenedNodesObserver(this, this._processChildren);
this.__observer = new FlattenedNodesObserver(this, (info) => {
this._cleanupNodes(info.removedNodes);
this._processChildren();
});

@@ -249,2 +252,9 @@ const splitter = this.$.splitter;

/** @private */
_cleanupNodes(nodes) {
nodes.forEach((node) => {
node.removeAttribute('slot');
});
}
/** @private */
_processChildren() {

@@ -251,0 +261,0 @@ [...this.children].forEach((child, i) => {

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