Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-select

Package Overview
Dependencies
Maintainers
16
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-select - npm Package Compare versions

Comparing version 2.3.0-alpha3 to 2.3.0-alpha4

2

./@types/interfaces.d.ts
import { SelectElement } from '../src/vaadin-select.js';
export type SelectRenderer = (root: HTMLElement, select: SelectElement) => void;
export type SelectRenderer = (root: HTMLElement, select?: SelectElement) => void;

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

"name": "@vaadin/vaadin-select",
"version": "2.3.0-alpha3",
"version": "2.3.0-alpha4",
"main": "vaadin-select.js",

@@ -40,3 +40,3 @@ "author": "Vaadin Ltd",

"@vaadin/vaadin-themable-mixin": "^1.6.1",
"@vaadin/vaadin-text-field": "^2.7.0-alpha4",
"@vaadin/vaadin-text-field": "~2.7.0-alpha4",
"@vaadin/vaadin-list-box": "^1.4.0-alpha1",

@@ -43,0 +43,0 @@ "@vaadin/vaadin-list-mixin": "^2.5.0",

@@ -180,3 +180,3 @@ /**

static get version() {
return '2.3.0-alpha3';
return '2.3.0-alpha4';
}

@@ -183,0 +183,0 @@

@@ -15,1 +15,2 @@ /**

export * from './src/vaadin-select.js';
export * from './@types/interfaces';
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