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

@vaadin/vaadin-combo-box

Package Overview
Dependencies
Maintainers
14
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-combo-box - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

36

package.json

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

"name": "@vaadin/vaadin-combo-box",
"version": "4.2.1",
"version": "4.2.2",
"main": "vaadin-combo-box.js",

@@ -33,6 +33,6 @@ "author": "Vaadin Ltd",

"dependencies": {
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.18",
"@polymer/iron-a11y-announcer": "^3.0.0-pre.18",
"@polymer/iron-list": "^3.0.0-pre.18",
"@polymer/iron-resizable-behavior": "^3.0.0-pre.18",
"@polymer/iron-a11y-keys-behavior": "^3.0.0",
"@polymer/iron-a11y-announcer": "^3.0.0",
"@polymer/iron-list": "^3.0.0",
"@polymer/iron-resizable-behavior": "^3.0.0",
"@polymer/polymer": "^3.0.0",

@@ -49,19 +49,17 @@ "@vaadin/vaadin-control-state-mixin": "^2.1.1",

"devDependencies": {
"@polymer/iron-ajax": "^3.0.0-pre.18",
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-demo-helpers": "^3.0.0-pre.18",
"@polymer/iron-form": "^3.0.0-pre.18",
"@polymer/iron-icon": "^3.0.0-pre.18",
"@polymer/iron-icons": "^3.0.0-pre.18",
"@polymer/iron-input": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"@polymer/paper-button": "^3.0.0-pre.18",
"@polymer/paper-icon-button": "^3.0.0-pre.18",
"@polymer/paper-input": "^3.0.0-pre.18",
"@polymer/paper-styles": "^3.0.0-pre.18",
"@polymer/test-fixture": "^3.0.0-pre.18",
"@polymer/iron-ajax": "^3.0.0",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-form": "^3.0.0",
"@polymer/iron-icon": "^3.0.0",
"@polymer/iron-icons": "^3.0.0",
"@polymer/iron-input": "^3.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-icon-button": "^3.0.0",
"@polymer/paper-input": "^3.0.0",
"@polymer/paper-styles": "^3.0.0",
"@vaadin/vaadin-button": "^2.1.0",
"wct-browser-legacy": "^1.0.1",
"@vaadin/vaadin-demo-helpers": "^2.0.1"
"@vaadin/vaadin-demo-helpers": "^2.2.0"
}
}

@@ -111,16 +111,16 @@ [![npm latest version](https://badgen.net/npm/v/@vaadin/vaadin-combo-box/latest)](https://www.npmjs.com/package/@vaadin/vaadin-combo-box)

## Running demos and tests in browser
## Running demos and tests in a browser
1. Fork the `vaadin-combo-box` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. Make sure you have [npm](https://www.npmjs.com/) and [Bower](https://bower.io) installed.
1. When in the `vaadin-combo-box` directory, run `npm install` and then `bower install` to install dependencies.
1. Run `polymer serve --open`, browser will automatically open the component API documentation.
1. Run `npm start`, browser will automatically open the component API documentation.
1. You can also open demo or in-browser tests by adding **demo** or **test** to the URL, for example:
- http://127.0.0.1:8080/components/vaadin-combo-box/demo
- http://127.0.0.1:8080/components/vaadin-combo-box/test
- http://127.0.0.1:3000/components/vaadin-combo-box/demo
- http://127.0.0.1:3000/components/vaadin-combo-box/test

@@ -127,0 +127,0 @@

@@ -255,3 +255,3 @@ /**

static get version() {
return '4.2.1';
return '4.2.2';
}

@@ -258,0 +258,0 @@

@@ -0,1 +1,2 @@

import '@vaadin/vaadin-lumo-styles/color.js';
import '@vaadin/vaadin-lumo-styles/spacing.js';

@@ -2,0 +3,0 @@ import '@vaadin/vaadin-lumo-styles/style.js';

@@ -0,1 +1,2 @@

import '@vaadin/vaadin-material-styles/color.js';
import '@vaadin/vaadin-material-styles/mixins/menu-overlay.js';

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

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