Socket
Socket
Sign inDemoInstall

@vaadin/a11y-base

Package Overview
Dependencies
Maintainers
12
Versions
158
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.3.0-alpha9 to 24.3.0-beta1

6

package.json
{
"name": "@vaadin/a11y-base",
"version": "24.3.0-alpha9",
"version": "24.3.0-beta1",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.3.0-alpha9",
"@vaadin/component-base": "24.3.0-beta1",
"lit": "^3.0.0"

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

},
"gitHead": "ea39f40613cb73b237d08d4c48b890ee7d1844cb"
"gitHead": "a197041861e1bbf8d3e966d893648f5dd462b036"
}

@@ -256,3 +256,3 @@ /**

const currentIdx = this.items.indexOf(this.focused);
if (/[a-zA-Z0-9]/u.test(key) && key.length === 1) {
if (/[\p{L}\p{Nd}]/u.test(key) && key.length === 1) {
const idx = this._searchKey(currentIdx, key);

@@ -259,0 +259,0 @@ if (idx >= 0) {

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