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

@vaadin/vaadin-menu-bar

Package Overview
Dependencies
Maintainers
16
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-menu-bar - npm Package Compare versions

Comparing version 1.2.0-alpha1 to 1.2.0-beta1

10

package.json

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

"name": "@vaadin/vaadin-menu-bar",
"version": "1.2.0-alpha1",
"version": "1.2.0-beta1",
"main": "vaadin-menu-bar.js",

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

"@vaadin/vaadin-element-mixin": "^2.4.1",
"@vaadin/vaadin-button": "^2.4.0-alpha1",
"@vaadin/vaadin-context-menu": "^4.5.0-alpha1",
"@vaadin/vaadin-button": "^2.4.0-beta1",
"@vaadin/vaadin-context-menu": "^4.5.0-beta1",
"@vaadin/vaadin-lumo-styles": "^1.6.0",

@@ -54,6 +54,6 @@ "@vaadin/vaadin-material-styles": "^1.3.2"

"wct-browser-legacy": "^1.0.1",
"@vaadin/vaadin-checkbox": "^2.4.0-alpha1",
"@vaadin/vaadin-checkbox": "^2.4.0-beta1",
"@vaadin/vaadin-icons": "^4.3.1",
"@vaadin/vaadin-demo-helpers": "^3.1.0-alpha1"
"@vaadin/vaadin-demo-helpers": "^3.1.0"
}
}

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

* If true, the submenu will open on hover (mouseover) instead of click.
* @attr {boolean} open-on-hover
*/

@@ -31,0 +32,0 @@ openOnHover: boolean|null|undefined;

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

* If true, the submenu will open on hover (mouseover) instead of click.
* @attr {boolean} open-on-hover
*/

@@ -17,0 +18,0 @@ openOnHover: {

@@ -106,3 +106,3 @@ /**

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

@@ -109,0 +109,0 @@

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

export * from './src/vaadin-menu-bar.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