Socket
Socket
Sign inDemoInstall

@vaadin/a11y-base

Package Overview
Dependencies
4
Maintainers
12
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.2.0-alpha1 to 24.2.0-alpha2

6

package.json
{
"name": "@vaadin/a11y-base",
"version": "24.2.0-alpha1",
"version": "24.2.0-alpha2",
"publishConfig": {

@@ -35,3 +35,3 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.2.0-alpha1",
"@vaadin/component-base": "24.2.0-alpha2",
"lit": "^2.0.0"

@@ -44,3 +44,3 @@ },

},
"gitHead": "0dbb118320203ab6c0c07450a3e718815367589f"
"gitHead": "b8378bd2267728e172012bcb2ea45c3e5a6e590a"
}

@@ -169,3 +169,3 @@ /**

/**
* @param {Event} event
* @param {FocusEvent} event
* @return {boolean}

@@ -180,2 +180,12 @@ * @protected

/**
* @param {FocusEvent} event
* @return {boolean}
* @protected
* @override
*/
_shouldRemoveFocus(event) {
return event.target === this.focusElement;
}
/**
* @param {boolean} disabled

@@ -182,0 +192,0 @@ * @param {boolean} oldDisabled

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc