Socket
Socket
Sign inDemoInstall

@vaadin/a11y-base

Package Overview
Dependencies
Maintainers
12
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/a11y-base - npm Package Compare versions

Comparing version 24.1.1 to 24.1.2

6

package.json
{
"name": "@vaadin/a11y-base",
"version": "24.1.1",
"version": "24.1.2",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~24.1.1",
"@vaadin/component-base": "~24.1.2",
"lit": "^2.0.0"

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

},
"gitHead": "c3a3d904885bd37ebb07a84b09617a340b4fab7e"
"gitHead": "2d52aec53816cf8ee5cc4e08344adfb0c0b4d2f7"
}

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc