@vaadin/vaadin-select
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "vaadin-select.js", | ||
@@ -39,3 +39,5 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-text-field": "^2.1.1", | ||
"@vaadin/vaadin-overlay": "^3.2.0-alpha3", | ||
"@vaadin/vaadin-list-box": "^1.1.0", | ||
"@vaadin/vaadin-item": "^2.1.0", | ||
"@vaadin/vaadin-overlay": "^3.2.0", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0", | ||
@@ -48,3 +50,2 @@ "@vaadin/vaadin-material-styles": "^1.1.0", | ||
"@polymer/iron-component-page": "^3.0.0-pre.18", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.18", | ||
"@polymer/iron-form": "^3.0.0-pre.18", | ||
@@ -54,7 +55,5 @@ "@polymer/iron-icon": "^3.0.0-pre.18", | ||
"wct-browser-legacy": "^1.0.1", | ||
"@vaadin/vaadin-demo-helpers": "^2.0.1", | ||
"@vaadin/vaadin-button": "^2.1.0", | ||
"@vaadin/vaadin-list-box": "^1.1.0", | ||
"@vaadin/vaadin-item": "^2.1.0" | ||
"@vaadin/vaadin-demo-helpers": "^2.2.0", | ||
"@vaadin/vaadin-button": "^2.1.0" | ||
} | ||
} |
@@ -47,4 +47,2 @@ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-select)](https://www.npmjs.com/package/@vaadin/vaadin-select) | ||
**Note:** [`<vaadin-list-box>`](https://github.com/vaadin/vaadin-list-box) component used in the above example should be installed and imported separately. | ||
## Installation | ||
@@ -51,0 +49,0 @@ |
@@ -182,3 +182,3 @@ /** | ||
static get version() { | ||
return '2.0.1'; | ||
return '2.0.2'; | ||
} | ||
@@ -185,0 +185,0 @@ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8
45477
12
145
1
+ Added@vaadin/vaadin-item@^2.1.0
+ Added@vaadin/vaadin-item@2.3.0(transitive)
+ Added@vaadin/vaadin-list-box@1.4.0(transitive)
+ Added@vaadin/vaadin-list-mixin@2.5.3(transitive)