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

@vaadin/vaadin-app-layout

Package Overview
Dependencies
Maintainers
16
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-app-layout - npm Package Compare versions

Comparing version 2.2.0-alpha1 to 2.2.0-beta1

6

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-app-layout",
"version": "2.2.0-alpha1",
"version": "2.2.0-beta1",
"main": "vaadin-app-layout.js",

@@ -40,3 +40,3 @@ "author": "Vaadin Ltd",

"@vaadin/vaadin-material-styles": "^1.3.2",
"@vaadin/vaadin-button": "^2.4.0-alpha1"
"@vaadin/vaadin-button": "^2.4.0-beta1"
},

@@ -50,3 +50,3 @@ "scripts": {

"wct-browser-legacy": "^1.0.1",
"@vaadin/vaadin-demo-helpers": "^3.1.0-alpha1",
"@vaadin/vaadin-demo-helpers": "^3.1.0",
"@vaadin/vaadin-tabs": "^3.0.2",

@@ -53,0 +53,0 @@ "@vaadin/vaadin-icons": "^4.2.0"

@@ -121,2 +121,3 @@ /**

* - If `primary-section="drawer"` is set, then the drawer will move the navbar, taking the full available height.
* @attr {navbar|drawer} primary-section
*/

@@ -130,2 +131,3 @@ primarySection: PrimarySection;

* - `false`, for mobile size views
* @attr {boolean} drawer-opened
*/

@@ -132,0 +134,0 @@ drawerOpened: boolean;

@@ -309,3 +309,3 @@ /**

static get version() {
return '2.2.0-alpha1';
return '2.2.0-beta1';
}

@@ -319,2 +319,3 @@

* - If `primary-section="drawer"` is set, then the drawer will move the navbar, taking the full available height.
* @attr {navbar|drawer} primary-section
* @type {!PrimarySection}

@@ -335,2 +336,3 @@ */

* - `false`, for mobile size views
* @attr {boolean} drawer-opened
* @type {boolean}

@@ -337,0 +339,0 @@ */

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

export * from './src/vaadin-app-layout.js';
export * from './@types/interfaces';
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