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.3.4 to 2.3.5

2

package.json

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

"name": "@vaadin/vaadin-text-field",
"version": "2.3.4",
"version": "2.3.5",
"main": "vaadin-text-field.js",

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

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

static get version() {
return '2.3.4';
return '2.3.5';
}

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

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

static get version() {
return '2.3.4';
return '2.3.5';
}

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

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

static get version() {
return '2.3.4';
return '2.3.5';
}

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

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

static get version() {
return '2.3.4';
return '2.3.5';
}

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

@@ -471,8 +471,6 @@ /**

if (node.hasAttribute(name) === !value) {
if (value) {
node.setAttribute(name, (typeof value === 'boolean') ? '' : value);
} else {
node.removeAttribute(name);
}
if (value) {
node.setAttribute(name, (typeof value === 'boolean') ? '' : value);
} else {
node.removeAttribute(name);
}

@@ -479,0 +477,0 @@ }

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

static get version() {
return '2.3.4';
return '2.3.5';
}

@@ -109,0 +109,0 @@

@@ -219,3 +219,3 @@ import '@vaadin/vaadin-material-styles/color.js';

[part="input-field"] ::slotted(*:not([part="value"]):not(input):not(textarea)) {
[part="input-field"] ::slotted(*:not([part="value"]):not([part\$="-button"]):not(input):not(textarea)) {
color: var(--material-secondary-text-color);

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