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

@vaadin/vaadin-context-menu

Package Overview
Dependencies
Maintainers
15
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.3.0-alpha1 to 4.3.0-alpha2

10

package.json

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

"name": "@vaadin/vaadin-context-menu",
"version": "4.3.0-alpha1",
"version": "4.3.0-alpha2",
"main": "vaadin-context-menu.js",

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

"@polymer/polymer": "^3.0.0",
"@polymer/iron-media-query": "^3.0.0-pre.18",
"@polymer/iron-media-query": "^3.0.0",
"@vaadin/vaadin-themable-mixin": "^1.3.2",

@@ -45,5 +45,5 @@ "@vaadin/vaadin-overlay": "^3.2.0",

"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"@polymer/test-fixture": "^3.0.0-pre.18",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@polymer/test-fixture": "^4.0.0",
"@vaadin/vaadin-button": "^2.1.0",

@@ -50,0 +50,0 @@ "@vaadin/vaadin-grid": "^5.2.0",

@@ -117,7 +117,7 @@ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-context-menu)](https://www.npmjs.com/package/@vaadin/vaadin-context-menu)

## Running demos and tests in browser
## Running demos and tests in a browser
1. Fork the `vaadin-context-menu` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. Make sure you have [npm](https://www.npmjs.com/) and [Bower](https://bower.io) installed.

@@ -130,4 +130,4 @@ 1. When in the `vaadin-context-menu` directory, run `npm install` and then `bower install` to install dependencies.

- http://127.0.0.1:8080/components/vaadin-context-menu/demo
- http://127.0.0.1:8080/components/vaadin-context-menu/test
- http://127.0.0.1:3000/components/vaadin-context-menu/demo
- http://127.0.0.1:3000/components/vaadin-context-menu/test

@@ -134,0 +134,0 @@

@@ -257,3 +257,3 @@ /**

static get version() {
return '4.3.0-alpha1';
return '4.3.0-alpha2';
}

@@ -260,0 +260,0 @@

@@ -206,2 +206,3 @@ import '@vaadin/vaadin-item/src/vaadin-item.js';

menu.addEventListener('item-selected', menu.close);
menu.$.overlay.$.backdrop.addEventListener('click', () => menu.close());

@@ -208,0 +209,0 @@ menu.$.overlay.addEventListener('keydown', e => {

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