Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-control-state-mixin

Package Overview
Dependencies
Maintainers
16
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-control-state-mixin - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-control-state-mixin",
"version": "2.2.2",
"version": "2.2.3",
"main": "vaadin-control-state-mixin.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -85,3 +85,6 @@ /**

if (e.composedPath()[0] === this) {
this._focus();
// Only focus if the focus is received from somewhere outside
if (!this.contains(e.relatedTarget)) {
this._focus();
}
} else if (e.composedPath().indexOf(this.focusElement) !== -1 && !this.disabled) {

@@ -88,0 +91,0 @@ this._setFocused(true);

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