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

@vaadin/vaadin-text-field

Package Overview
Dependencies
Maintainers
16
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-text-field - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-text-field",
"version": "2.5.2",
"version": "2.5.3",
"main": "vaadin-text-field.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -33,3 +33,3 @@ /**

static get version() {
return '2.5.2';
return '2.5.3';
}

@@ -36,0 +36,0 @@

@@ -36,3 +36,3 @@ /**

static get version() {
return '2.5.2';
return '2.5.3';
}

@@ -39,0 +39,0 @@

@@ -79,3 +79,3 @@ /**

static get version() {
return '2.5.2';
return '2.5.3';
}

@@ -341,8 +341,6 @@

validate() {
checkValidity() {
// text-field mixin does not check against `min`, `max` and `step`
if (this.min !== undefined || this.max !== undefined || this.__validateByStep) {
this.invalid = !this.inputElement.checkValidity();
} else {
this.invalid = !super.checkValidity();
return this.inputElement.checkValidity();
}

@@ -349,0 +347,0 @@

@@ -79,3 +79,3 @@ /**

static get version() {
return '2.5.2';
return '2.5.3';
}

@@ -82,0 +82,0 @@

@@ -133,3 +133,3 @@ /**

static get version() {
return '2.5.2';
return '2.5.3';
}

@@ -136,0 +136,0 @@

@@ -106,3 +106,3 @@ /**

static get version() {
return '2.5.2';
return '2.5.3';
}

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