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.3.0-alpha1 to 2.3.0-alpha2

2

package.json

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

"name": "@vaadin/vaadin-time-picker",
"version": "2.3.0-alpha1",
"version": "2.3.0-alpha2",
"main": "vaadin-time-picker.js",

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

@@ -13,2 +13,3 @@ /**

// tslint:disable:variable-name Describing an API that's defined elsewhere.
// tslint:disable:no-any describes the API as best we are able today

@@ -223,2 +224,3 @@ import {PolymerElement} from '@polymer/polymer/polymer-element.js';

ready(): void;
_getInputElement(): any;

@@ -225,0 +227,0 @@ /**

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

static get version() {
return '2.3.0-alpha1';
return '2.3.0-alpha2';
}

@@ -620,3 +620,3 @@

/** @private */
/** @protected */
_getInputElement() {

@@ -623,0 +623,0 @@ return this.shadowRoot.querySelector('vaadin-time-picker-text-field');

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