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

multiselect-combo-box

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiselect-combo-box - npm Package Compare versions

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