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

@vaadin/app-layout

Package Overview
Dependencies
Maintainers
14
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/app-layout - npm Package Compare versions

Comparing version

to
23.1.0-alpha2

16

package.json
{
"name": "@vaadin/app-layout",
"version": "23.1.0-alpha1",
"version": "23.1.0-alpha2",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/button": "23.1.0-alpha1",
"@vaadin/component-base": "23.1.0-alpha1",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha1",
"@vaadin/vaadin-material-styles": "23.1.0-alpha1",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha1"
"@vaadin/button": "23.1.0-alpha2",
"@vaadin/component-base": "23.1.0-alpha2",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha2",
"@vaadin/vaadin-material-styles": "23.1.0-alpha2",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/tabs": "23.1.0-alpha1",
"@vaadin/tabs": "23.1.0-alpha2",
"@vaadin/testing-helpers": "^0.3.2",
"sinon": "^9.2.1"
},
"gitHead": "5d0cdee069f866037c507265fafb4d0476795333"
"gitHead": "6842dcb8b163d4512fae8d3d12a6559077a4aee6"
}

@@ -32,3 +32,3 @@ import '@vaadin/vaadin-material-styles/color.js';

:host([primary-section='drawer']) [part='drawer'] {
z-index: 1;
z-index: 2;
}

@@ -35,0 +35,0 @@