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

vaadin-context-menu

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vaadin-context-menu - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

4

bower.json
{
"name": "vaadin-context-menu",
"description": "Vaadin Context Menu",
"description": "Polymer element for showing context dependent items for any element on the page",
"homepage": "https://github.com/vaadin/vaadin-context-menu",

@@ -29,3 +29,3 @@ "keywords": [

"devDependencies": {
"web-component-tester": "^4.3.5",
"web-component-tester": "^5.0.0",
"iron-component-page": "polymerelements/iron-component-page#^1.1.0",

@@ -32,0 +32,0 @@ "iron-test-helpers": "^1.2.5",

{
"name": "vaadin-context-menu",
"version": "0.3.1",
"version": "1.0.0",
"description": "Polymer element for showing context dependent items for any element on the page",
"main": "vaadin-context-menu.html",
"repository": "vaadin/vaadin-context-menu",
"keywords": [
"Vaadin",
"context menu",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-element/issues"
},
"homepage": "https://vaadin.com/elements",
"devDependencies": {

@@ -17,4 +29,3 @@ "bower": "latest",

"stylelint-config-vaadin": "github:vaadin/stylelint-config-vaadin",
"web-component-tester": "^5.0.0",
"yargs": "^5.0.0"
"web-component-tester": "^5.0.0"
},

@@ -21,0 +32,0 @@ "scripts": {

@@ -72,3 +72,3 @@ ![Bower version](https://img.shields.io/bower/v/vaadin-context-menu.svg)

1. When in the `vaadin-context-menu` directory, run `wct` or `npm test`, browser will automatically open the component API documentation.
1. When in the `vaadin-context-menu` directory, run `wct` or `npm test`

@@ -75,0 +75,0 @@

@@ -1,7 +0,3 @@

var args = require('yargs').argv;
module.exports = {
extraScripts: args.dom === 'shadow' ? ['test/enable-shadow-dom.js'] : [],
registerHooks: function(context) {
// The Good
var crossPlatforms = [

@@ -12,7 +8,5 @@ 'Windows 10/chrome@55',

// The Bad
var otherPlatforms = [
'OS X 10.11/iphone@9.3',
'OS X 10.11/ipad@9.3',
'Linux/android@5.1',
'Windows 10/microsoftedge@13',

@@ -19,0 +13,0 @@ 'Windows 10/internet explorer@11',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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