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

@vaadin/vaadin-select

Package Overview
Dependencies
Maintainers
14
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-select - npm Package Compare versions

Comparing version 2.0.0-beta1 to 2.0.0

21

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc