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
435
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.1.0-alpha1

18

package.json
{
"name": "@vaadin/time-picker",
"version": "23.0.4",
"version": "23.1.0-alpha1",
"publishConfig": {

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

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

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

},
"gitHead": "d8db2046661c42fb5aac09ed683b500bf4613b26"
"gitHead": "5d0cdee069f866037c507265fafb4d0476795333"
}

@@ -42,3 +42,3 @@ /**

loading="[[loading]]"
theme="[[theme]]"
theme="[[_theme]]"
></vaadin-time-picker-dropdown>

@@ -45,0 +45,0 @@ `;

@@ -30,3 +30,3 @@ /**

opened="{{_overlayOpened}}"
theme$="[[theme]]"
theme$="[[_theme]]"
position-target="[[positionTarget]]"

@@ -33,0 +33,0 @@ no-vertical-overlap

@@ -111,3 +111,3 @@ /**

position-target="[[_inputContainer]]"
theme$="[[theme]]"
theme$="[[_theme]]"
on-change="__onChange"

@@ -120,3 +120,3 @@ >

invalid="[[invalid]]"
theme$="[[theme]]"
theme$="[[_theme]]"
>

@@ -123,0 +123,0 @@ <slot name="prefix" slot="prefix"></slot>