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.6.1 to 24.6.2

10

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.6.1",
"@vaadin/component-base": "~24.6.1",
"@vaadin/a11y-base": "~24.6.2",
"@vaadin/component-base": "~24.6.2",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "~24.6.1",
"@vaadin/chai-plugins": "~24.6.2",
"@vaadin/testing-helpers": "^1.1.0",
"sinon": "^18.0.0"
},
"gitHead": "858d4220653a0603ce9c36da054889eb42ceb327"
"gitHead": "ee2ea01a17d888403adb141515a0a3cef82b8b65"
}

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