multiselect-combo-box
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "multiselect-combo-box", | ||
"version": "1.0.1", | ||
"description": "A multi select combo box web component based on Polymer 2.x and the vaadin-combo-box", | ||
"main": "multiselect-combo-box.html", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"demo": "gulp lint && wct && polymer serve --open", | ||
"test": "bower i && gulp lint && wct" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gatanaso/multiselect-combo-box" | ||
}, | ||
"description": "A multi select combo box web component based on Polymer 3 and the vaadin-combo-box", | ||
"keywords": [ | ||
"multiselect-combo-box", | ||
"web-components", | ||
"vaadin", | ||
"polymer-3", | ||
"polymer" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/gatanaso/multiselect-combo-box" | ||
}, | ||
"name": "multiselect-combo-box", | ||
"version": "2.0.0", | ||
"main": "multiselect-combo-box.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"author": "Goran", | ||
@@ -27,15 +25,44 @@ "license": "Apache-2.0", | ||
}, | ||
"files": [ | ||
"multiselect-*.js", | ||
"src", | ||
"theme" | ||
], | ||
"resolutions": { | ||
"inherits": "2.0.3", | ||
"samsam": "1.1.3", | ||
"supports-color": "3.1.2", | ||
"type-detect": "1.0.0" | ||
}, | ||
"scripts": { | ||
"test": "npm run lint && wct --npm", | ||
"lint": "npm-run-all --parallel lint:*", | ||
"lint:css": "stylelint --syntax html src theme demo test", | ||
"lint:html": "eslint *.html demo test --ext .html", | ||
"lint:js": "eslint *.js src", | ||
"lint:polymer": "polymer lint --rules=polymer-3 --input ./src/*.js ./theme/**/*.js", | ||
"start": "npm run lint && wct --npm && polymer serve --npm --open" | ||
}, | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-combo-box": "^4.2.7", | ||
"@vaadin/vaadin-text-field": "^2.3.4", | ||
"@vaadin/vaadin-themable-mixin": "^1.4.4", | ||
"@vaadin/vaadin-control-state-mixin": "^2.1.3", | ||
"@vaadin/vaadin-lumo-styles": "^1.4.1", | ||
"@vaadin/vaadin-material-styles": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.9.0", | ||
"@polymer/iron-demo-helpers": "^3.0.0", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"eslint": "^6.0.1", | ||
"eslint-config-vaadin": "^0.2.7", | ||
"eslint-plugin-html": "^5.0.0", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^5.0.0", | ||
"gulp-html-extract": "^0.3.0", | ||
"gulp-stylelint": "^8.0.0", | ||
"stylelint": "^9.8.0", | ||
"eslint-plugin-html": "^6.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"stylelint": "^10.1.0", | ||
"stylelint-config-vaadin": "^0.1.4", | ||
"web-component-tester": "^6.9.0", | ||
"wct-istanbul": "^0.14.3" | ||
"wct-browser-legacy": "^1.0.2", | ||
"wct-istanbul": "^0.14.3", | ||
"web-component-tester": "^6.9.2" | ||
} | ||
} |
@@ -9,3 +9,3 @@ [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/gatanaso/multiselect-combo-box) | ||
A multi select combo box web component based on Polymer 2.x and the [`vaadin-combo-box`](https://github.com/vaadin/vaadin-combo-box). | ||
A multi select combo box web component based on Polymer 3 and the [`vaadin-combo-box`](https://github.com/vaadin/vaadin-combo-box). | ||
@@ -36,4 +36,4 @@ Compatible with the core set of [Vaadin Components](https://github.com/vaadin/vaadin-core). | ||
1. Make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed locally. | ||
1. When in the `multiselect-combo-box` directory, run `npm install` and then `bower install` to install the element's dependencies. | ||
1. Run `polymer serve --open`, the browser will automatically open the components demo page. | ||
1. When in the `multiselect-combo-box` directory, run `npm install` to install the element's dependencies. | ||
1. Run `polymer serve --npm --open`, the browser will automatically open the components demo page. | ||
@@ -40,0 +40,0 @@ ### Running tests from the command line |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
589
1028
0
51447
7
16
1
+ Added@polymer/polymer@^3.0.0
+ Added@polymer/iron-a11y-announcer@3.2.0(transitive)
+ Added@polymer/iron-a11y-keys-behavior@3.0.1(transitive)
+ Added@polymer/iron-flex-layout@3.0.1(transitive)
+ Added@polymer/iron-icon@3.0.1(transitive)
+ Added@polymer/iron-iconset-svg@3.0.1(transitive)
+ Added@polymer/iron-list@3.1.0(transitive)
+ Added@polymer/iron-meta@3.0.1(transitive)
+ Added@polymer/iron-resizable-behavior@3.0.1(transitive)
+ Added@polymer/iron-scroll-target-behavior@3.0.1(transitive)
+ Added@polymer/polymer@3.5.2(transitive)
+ Added@vaadin/vaadin-combo-box@4.2.9(transitive)
+ Added@vaadin/vaadin-control-state-mixin@2.2.6(transitive)
+ Added@vaadin/vaadin-development-mode-detector@2.0.7(transitive)
+ Added@vaadin/vaadin-element-mixin@2.4.2(transitive)
+ Added@vaadin/vaadin-item@2.3.0(transitive)
+ Added@vaadin/vaadin-lumo-styles@1.6.1(transitive)
+ Added@vaadin/vaadin-material-styles@1.3.2(transitive)
+ Added@vaadin/vaadin-overlay@3.5.1(transitive)
+ Added@vaadin/vaadin-text-field@2.10.0(transitive)
+ Added@vaadin/vaadin-themable-mixin@1.6.2(transitive)
+ Added@vaadin/vaadin-usage-statistics@2.1.3(transitive)
+ Added@webcomponents/shadycss@1.11.2(transitive)
+ Addedlit-element@2.5.1(transitive)
+ Addedlit-html@1.4.1(transitive)