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.2.0 to 2.2.1

3

demo/time-picker-advanced-demos.js

@@ -75,2 +75,5 @@ import { html } from '@polymer/polymer/lib/utils/html-tag.js';

checkValidity() {
if (!this.value) {
return false;
}
var hour = /^(\\d+)/.exec(this.value)[1];

@@ -77,0 +80,0 @@ return hour >= 9 && hour < 17;

2

package.json

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

"name": "@vaadin/vaadin-time-picker",
"version": "2.2.0",
"version": "2.2.1",
"main": "vaadin-time-picker.js",

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

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

static get version() {
return '2.2.0';
return '2.2.1';
}

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