Socket
Socket
Sign inDemoInstall

@vaadin/field-base

Package Overview
Dependencies
Maintainers
19
Versions
378
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 22.0.0 to 22.0.1

6

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "^22.0.0",
"@vaadin/component-base": "^22.0.1",
"lit": "^2.0.0"

@@ -43,3 +43,3 @@ },

},
"gitHead": "b668e9b1a975227fbe34beb70d1cd5b03dce2348"
"gitHead": "2b0a2bff0369d6020f7cc33ad35506aa2d1f6f68"
}

@@ -304,2 +304,3 @@ /**

error.textContent = hasError ? errorMessage : '';
error.hidden = !hasError;
this.toggleAttribute('has-error-message', hasError);

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