New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/select

Package Overview
Dependencies
Maintainers
19
Versions
420
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/select - npm Package Compare versions

Comparing version 23.0.0-alpha1 to 23.0.0-alpha2

28

package.json
{
"name": "@vaadin/select",
"version": "23.0.0-alpha1",
"version": "23.0.0-alpha2",
"publishConfig": {

@@ -37,17 +37,17 @@ "access": "public"

"@polymer/polymer": "^3.2.0",
"@vaadin/button": "23.0.0-alpha1",
"@vaadin/component-base": "23.0.0-alpha1",
"@vaadin/field-base": "23.0.0-alpha1",
"@vaadin/input-container": "23.0.0-alpha1",
"@vaadin/item": "23.0.0-alpha1",
"@vaadin/list-box": "23.0.0-alpha1",
"@vaadin/vaadin-list-mixin": "23.0.0-alpha1",
"@vaadin/vaadin-lumo-styles": "23.0.0-alpha1",
"@vaadin/vaadin-material-styles": "23.0.0-alpha1",
"@vaadin/vaadin-overlay": "23.0.0-alpha1",
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha1"
"@vaadin/button": "23.0.0-alpha2",
"@vaadin/component-base": "23.0.0-alpha2",
"@vaadin/field-base": "23.0.0-alpha2",
"@vaadin/input-container": "23.0.0-alpha2",
"@vaadin/item": "23.0.0-alpha2",
"@vaadin/list-box": "23.0.0-alpha2",
"@vaadin/vaadin-list-mixin": "23.0.0-alpha2",
"@vaadin/vaadin-lumo-styles": "23.0.0-alpha2",
"@vaadin/vaadin-material-styles": "23.0.0-alpha2",
"@vaadin/vaadin-overlay": "23.0.0-alpha2",
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "23.0.0-alpha1",
"@vaadin/polymer-legacy-adapter": "23.0.0-alpha2",
"@vaadin/testing-helpers": "^0.3.2",

@@ -57,3 +57,3 @@ "lit": "^2.0.0",

},
"gitHead": "fbcb07328fdf88260e3b461088d207426b21c710"
"gitHead": "070f586dead02ca41b66717820c647f48bf1665f"
}

@@ -552,9 +552,5 @@ /**

} else if (wasOpened) {
if (this._phone) {
this._setFocused(false);
} else {
this.focus();
if (this._openedWithFocusRing) {
this.setAttribute('focus-ring', '');
}
this.focus();
if (this._openedWithFocusRing) {
this.setAttribute('focus-ring', '');
}

@@ -561,0 +557,0 @@ this.validate();

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