Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-list-mixin

Package Overview
Dependencies
Maintainers
12
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-list-mixin - npm Package Compare versions

Comparing version 23.3.26 to 23.3.27

6

package.json
{
"name": "@vaadin/vaadin-list-mixin",
"version": "23.3.26",
"version": "23.3.27",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.3.26"
"@vaadin/component-base": "~23.3.27"
},

@@ -44,3 +44,3 @@ "devDependencies": {

},
"gitHead": "92afe21fdcd4a773ccd99ae03413096399873ba7"
"gitHead": "2e7ac196558d143a8fececcd7e146ff6a03c61f5"
}

@@ -216,3 +216,3 @@ /**

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

@@ -219,0 +219,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