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.5.0-alpha4 to 24.5.0-alpha5

8

package.json
{
"name": "@vaadin/field-base",
"version": "24.5.0-alpha4",
"version": "24.5.0-alpha5",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.5.0-alpha4",
"@vaadin/component-base": "24.5.0-alpha4",
"@vaadin/a11y-base": "24.5.0-alpha5",
"@vaadin/component-base": "24.5.0-alpha5",
"lit": "^3.0.0"

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

},
"gitHead": "a2cd3079183a097b793073eeffd3bd59dec2b664"
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae"
}

@@ -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();

@@ -33,10 +33,2 @@ /**

checkValidity(): boolean;
/**
* Fired whenever the field is validated.
*
* @event validated
* @param {Object} detail
* @param {boolean} detail.valid the result of the validation.
*/
}
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