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
14
Versions
318
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.1.4 to 2.1.5

5

package.json

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

"name": "@vaadin/vaadin-text-field",
"version": "2.1.4",
"version": "2.1.5",
"main": "vaadin-text-field.js",

@@ -48,5 +48,4 @@ "author": "Vaadin Ltd",

"@vaadin/vaadin-demo-helpers": "^2.1.0",
"@vaadin/vaadin-button": "^2.1.0",
"@vaadin/vaadin-ordered-layout": "^1.1.0"
"@vaadin/vaadin-button": "^2.1.0"
}
}

4

src/vaadin-password-field.js

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

static get version() {
return '2.1.4';
return '2.1.5';
}

@@ -131,3 +131,3 @@

this.addEventListener('blur', () => {
this.addEventListener('focusout', () => {
if (!this._passwordVisibilityChanging) {

@@ -134,0 +134,0 @@ this._setPasswordVisible(false);

@@ -120,3 +120,3 @@ /**

static get version() {
return '2.1.4';
return '2.1.5';
}

@@ -123,0 +123,0 @@

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

outline: none;
align-self: baseline;
}

@@ -20,0 +19,0 @@

@@ -102,3 +102,3 @@ /**

static get version() {
return '2.1.4';
return '2.1.5';
}

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