Socket
Socket
Sign inDemoInstall

@vaadin/field-base

Package Overview
Dependencies
Maintainers
12
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/field-base - npm Package Compare versions

Comparing version 24.3.16 to 24.3.17

8

package.json
{
"name": "@vaadin/field-base",
"version": "24.3.16",
"version": "24.3.17",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.3.16",
"@vaadin/component-base": "~24.3.16",
"@vaadin/a11y-base": "~24.3.17",
"@vaadin/component-base": "~24.3.17",
"lit": "^3.0.0"

@@ -45,3 +45,3 @@ },

},
"gitHead": "f5042264b3d70ba08edf30b84576a4dc3d9175e0"
"gitHead": "5e1cc47e73f32bec1b3605bb7ec512529dea99f0"
}

@@ -192,3 +192,3 @@ /**

if (this.allowedCharPattern && !this.__shouldAcceptKey(event)) {
if (this.allowedCharPattern && !this.__shouldAcceptKey(event) && event.target === this.inputElement) {
event.preventDefault();

@@ -195,0 +195,0 @@ this._markInputPrevented();

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