vaadin-context-menu
Advanced tools
Comparing version 0.3.1 to 1.0.0
{ | ||
"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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
127943
9
0
1
41
143