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

@vaadin/vaadin-app-layout

Package Overview
Dependencies
Maintainers
19
Versions
255
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 20.0.0-alpha4 to 20.0.0-alpha5

src/vaadin-app-layout-legacy-events.d.ts

18

package.json
{
"name": "@vaadin/vaadin-app-layout",
"version": "20.0.0-alpha4",
"version": "20.0.0-alpha5",
"description": "vaadin-app-layout",

@@ -29,7 +29,7 @@ "main": "vaadin-app-layout.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-button": "^20.0.0-alpha4",
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha4",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha4",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha4",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha4"
"@vaadin/vaadin-button": "^20.0.0-alpha5",
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha5",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha5",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha5",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha5"
},

@@ -40,4 +40,4 @@ "devDependencies": {

"@polymer/iron-test-helpers": "^3.0.1",
"@vaadin/vaadin-icons": "^20.0.0-alpha4",
"@vaadin/vaadin-tabs": "^20.0.0-alpha4",
"@vaadin/vaadin-icons": "^20.0.0-alpha5",
"@vaadin/vaadin-tabs": "^20.0.0-alpha5",
"sinon": "^9.2.1"

@@ -48,3 +48,3 @@ },

},
"gitHead": "9231db8255f75ccf3a241224ed36015c5e31994e"
"gitHead": "78d1ead024055d57ef2badf52cfdb403290416b9"
}

@@ -8,3 +8,3 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

*/
export type AppLayoutDrawerOpenedChanged = CustomEvent<{ value: boolean }>;
export type AppLayoutDrawerOpenedChangedEvent = CustomEvent<{ value: boolean }>;

@@ -14,3 +14,3 @@ /**

*/
export type AppLayoutOverlayChanged = CustomEvent<{ value: boolean }>;
export type AppLayoutOverlayChangedEvent = CustomEvent<{ value: boolean }>;

@@ -20,10 +20,10 @@ /**

*/
export type AppLayoutPrimarySectionChanged = CustomEvent<{ value: 'navbar' | 'drawer' }>;
export type AppLayoutPrimarySectionChangedEvent = CustomEvent<{ value: 'navbar' | 'drawer' }>;
export interface AppLayoutElementEventMap {
'drawer-opened-changed': AppLayoutDrawerOpenedChanged;
'drawer-opened-changed': AppLayoutDrawerOpenedChangedEvent;
'overlay-changed': AppLayoutOverlayChanged;
'overlay-changed': AppLayoutOverlayChangedEvent;
'primary-section-changed': AppLayoutPrimarySectionChanged;
'primary-section-changed': AppLayoutPrimarySectionChangedEvent;
}

@@ -30,0 +30,0 @@

@@ -306,3 +306,3 @@ /**

static get version() {
return '20.0.0-alpha4';
return '20.0.0-alpha5';
}

@@ -309,0 +309,0 @@

export * from './src/vaadin-app-layout.js';
// TODO: remove from Vaadin 21
export * from './src/vaadin-app-layout-legacy-events.js';
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