@vaadin/vaadin-select
Advanced tools
Comparing version 2.0.0-beta1 to 2.0.0
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.0.0-beta1", | ||
"version": "2.0.0", | ||
"main": "vaadin-select.js", | ||
@@ -30,8 +30,7 @@ "author": "Vaadin Ltd", | ||
"supports-color": "3.1.2", | ||
"type-detect": "1.0.0", | ||
"@webcomponents/webcomponentsjs": "2.0.0-beta.2" | ||
"type-detect": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0", | ||
"@polymer/iron-media-query": "^3.0.0-pre.15", | ||
"@polymer/iron-media-query": "^3.0.0-pre.18", | ||
"@vaadin/vaadin-control-state-mixin": "^2.1.1", | ||
@@ -46,9 +45,9 @@ "@vaadin/vaadin-themable-mixin": "^1.3.2", | ||
"devDependencies": { | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.15", | ||
"@polymer/iron-component-page": "^3.0.0-pre.15", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.15", | ||
"@polymer/iron-form": "^3.0.0-pre.15", | ||
"@polymer/iron-icon": "^3.0.0-pre.15", | ||
"@webcomponents/webcomponentsjs": "^2.0.0-beta.2", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"@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", | ||
"@polymer/iron-icon": "^3.0.0-pre.18", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"wct-browser-legacy": "^1.0.1", | ||
"@vaadin/vaadin-demo-helpers": "^2.0.1", | ||
@@ -55,0 +54,0 @@ "@vaadin/vaadin-button": "^2.1.0", |
@@ -0,0 +0,0 @@ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-select)](https://www.npmjs.com/package/@vaadin/vaadin-select) |
@@ -10,3 +10,2 @@ /** | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -13,0 +12,0 @@ $_documentContainer.innerHTML = `<dom-module id="vaadin-select-overlay-styles" theme-for="vaadin-select-overlay"> |
@@ -21,3 +21,2 @@ /** | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -184,3 +183,3 @@ $_documentContainer.innerHTML = `<custom-style> | ||
static get version() { | ||
return '2.0.0-beta1'; | ||
return '2.0.0'; | ||
} | ||
@@ -187,0 +186,0 @@ |
@@ -11,3 +11,2 @@ import '@vaadin/vaadin-lumo-styles/sizing.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -14,0 +13,0 @@ $_documentContainer.innerHTML = `<dom-module id="lumo-select" theme-for="vaadin-select"> |
@@ -9,3 +9,2 @@ import '@vaadin/vaadin-item/theme/material/vaadin-item.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -12,0 +11,0 @@ $_documentContainer.innerHTML = `<dom-module id="material-select" theme-for="vaadin-select"> |
Sorry, the diff of this file is not supported yet
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45814
0
767
1