Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-text-field

Package Overview
Dependencies
Maintainers
14
Versions
316
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.3.0 to 2.3.1

2

package.json

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

"name": "@vaadin/vaadin-text-field",
"version": "2.3.0",
"version": "2.3.1",
"main": "vaadin-text-field.js",

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

@@ -34,3 +34,3 @@ /**

static get version() {
return '2.3.0-alpha3';
return '2.3.1';
}

@@ -37,0 +37,0 @@

@@ -79,2 +79,6 @@ /**

static get version() {
return '2.3.1';
}
static get properties() {

@@ -81,0 +85,0 @@ return {

@@ -80,3 +80,3 @@ /**

static get version() {
return '2.3.0';
return '2.3.1';
}

@@ -83,0 +83,0 @@

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

static get version() {
return '2.3.0';
return '2.3.1';
}

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

@@ -383,3 +383,3 @@ /**

} else {
this.value = '';
this.value = this.focusElement.value = '';
}

@@ -386,0 +386,0 @@

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

static get version() {
return '2.3.0';
return '2.3.1';
}

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