Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/a11y-base

Package Overview
Dependencies
Maintainers
12
Versions
174
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-alpha10 to 24.3.0-alpha11

6

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.3.0-alpha10",
"@vaadin/component-base": "24.3.0-alpha11",
"lit": "^3.0.0"

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

},
"gitHead": "0271523d93fe5df0425ff64206886614f3c6f401"
"gitHead": "123cf569a1b6ef6f4ef5fe8e60cb8d988699b98c"
}

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