Socket
Socket
Sign inDemoInstall

@vaadin/field-base

Package Overview
Dependencies
Maintainers
12
Versions
370
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.4.2 to 24.4.3

8

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.4.2",
"@vaadin/component-base": "~24.4.2",
"@vaadin/a11y-base": "~24.4.3",
"@vaadin/component-base": "~24.4.3",
"lit": "^3.0.0"

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

},
"gitHead": "f280274de1bc894ad4e0426432619999c0cf556d"
"gitHead": "9a5023ee2c81032d30ea02cb1358e24d60773ad0"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc