New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/time-picker

Package Overview
Dependencies
Maintainers
14
Versions
442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/time-picker - npm Package Compare versions

Comparing version

to
23.0.12

18

package.json
{
"name": "@vaadin/time-picker",
"version": "23.0.11",
"version": "23.0.12",
"publishConfig": {

@@ -37,9 +37,9 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/combo-box": "^23.0.11",
"@vaadin/component-base": "^23.0.11",
"@vaadin/field-base": "^23.0.11",
"@vaadin/input-container": "^23.0.11",
"@vaadin/vaadin-lumo-styles": "^23.0.11",
"@vaadin/vaadin-material-styles": "^23.0.11",
"@vaadin/vaadin-themable-mixin": "^23.0.11"
"@vaadin/combo-box": "^23.0.12",
"@vaadin/component-base": "^23.0.12",
"@vaadin/field-base": "^23.0.12",
"@vaadin/input-container": "^23.0.12",
"@vaadin/vaadin-lumo-styles": "^23.0.12",
"@vaadin/vaadin-material-styles": "^23.0.12",
"@vaadin/vaadin-themable-mixin": "^23.0.12"
},

@@ -51,3 +51,3 @@ "devDependencies": {

},
"gitHead": "10838304fe6f5c98b838ec3a90bdcf49cbf4650b"
"gitHead": "717908c222c1e241259e30b4144cd5ba32734819"
}

@@ -536,3 +536,3 @@ /**

if (this.value !== '' && this.value !== null && !parsedObj) {
this.value = oldValue;
this.value = oldValue === undefined ? '' : oldValue;
} else if (this.value !== newValue) {

@@ -539,0 +539,0 @@ this.value = newValue;