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

@vaadin/vaadin-time-picker

Package Overview
Dependencies
Maintainers
16
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-time-picker - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json

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

"name": "@vaadin/vaadin-time-picker",
"version": "2.0.5",
"version": "2.0.6",
"main": "vaadin-time-picker.js",

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

@@ -109,3 +109,3 @@ /**

static get version() {
return '2.0.5';
return '2.0.6';
}

@@ -356,2 +356,6 @@

// Validation listeners
this.__dropdownElement.addEventListener('change', e => this.validate());
this.__inputElement.addEventListener('blur', e => this.validate());
this.__dropdownElement.addEventListener('change', e => {

@@ -537,4 +541,2 @@ // `vaadin-combo-box-light` forwards 'change' event from text-field.

}
this.validate();
}

@@ -541,0 +543,0 @@

Sorry, the diff of this file is not supported yet

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