Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/field-base

Package Overview
Dependencies
Maintainers
12
Versions
419
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.17 to 24.4.18

8

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.4.17",
"@vaadin/component-base": "~24.4.17",
"@vaadin/a11y-base": "~24.4.18",
"@vaadin/component-base": "~24.4.18",
"lit": "^3.0.0"

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

},
"gitHead": "e73f97bc9e3b1db2c633e15e587b8c7980b3949c"
"gitHead": "af1a9d8ba1a195d6f714fe45e1eae932b2d5ce38"
}

@@ -92,3 +92,3 @@ /**

if (this.clearButtonVisible && !!this.value) {
if (this.clearButtonVisible && !!this.value && !this.readonly) {
event.stopPropagation();

@@ -95,0 +95,0 @@ this._onClearAction();

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