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

@vaadin/vaadin-select

Package Overview
Dependencies
Maintainers
19
Versions
262
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 20.0.2 to 20.0.3

24

package.json
{
"name": "@vaadin/vaadin-select",
"version": "20.0.2",
"version": "20.0.3",
"description": "vaadin-select",

@@ -31,12 +31,12 @@ "main": "vaadin-select.js",

"@polymer/polymer": "^3.2.0",
"@vaadin/vaadin-control-state-mixin": "^20.0.2",
"@vaadin/vaadin-element-mixin": "^20.0.2",
"@vaadin/vaadin-item": "^20.0.2",
"@vaadin/vaadin-list-box": "^20.0.2",
"@vaadin/vaadin-list-mixin": "^20.0.2",
"@vaadin/vaadin-lumo-styles": "^20.0.2",
"@vaadin/vaadin-material-styles": "^20.0.2",
"@vaadin/vaadin-overlay": "^20.0.2",
"@vaadin/vaadin-text-field": "^20.0.2",
"@vaadin/vaadin-themable-mixin": "^20.0.2"
"@vaadin/vaadin-control-state-mixin": "^20.0.3",
"@vaadin/vaadin-element-mixin": "^20.0.3",
"@vaadin/vaadin-item": "^20.0.3",
"@vaadin/vaadin-list-box": "^20.0.3",
"@vaadin/vaadin-list-mixin": "^20.0.3",
"@vaadin/vaadin-lumo-styles": "^20.0.3",
"@vaadin/vaadin-material-styles": "^20.0.3",
"@vaadin/vaadin-overlay": "^20.0.3",
"@vaadin/vaadin-text-field": "^20.0.3",
"@vaadin/vaadin-themable-mixin": "^20.0.3"
},

@@ -52,3 +52,3 @@ "devDependencies": {

},
"gitHead": "0163e148c4055f73fe27a1ae3f5452be95fcfff6"
"gitHead": "c9eded647fe8aaa6d97511c5ee1e87737f5aa124"
}

@@ -7,10 +7,6 @@ # <vaadin-select>

[<vaadin-select>](https://vaadin.com/components/vaadin-select) is a Web Component similar to a native browser select element, part of the [Vaadin components](https://vaadin.com/components).
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-select)](https://www.npmjs.com/package/@vaadin/vaadin-select)
[![Build Status](https://github.com/vaadin/vaadin-select/workflows/tests/badge.svg)](https://github.com/vaadin/vaadin-select/actions)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-select)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-select)
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadinvaadin-select.svg)](https://vaadin.com/directory/component/vaadinvaadin-select)
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)

@@ -21,3 +17,3 @@

<script>
document.querySelector('vaadin-select').renderer = root => {
document.querySelector('vaadin-select').renderer = (root) => {
if (root.firstElementChild) {

@@ -78,43 +74,6 @@ return;

## Running API docs and tests in a browser
1. Fork the `vaadin-select` repository and clone it locally.
1. Make sure you have [node.js](https://nodejs.org/) 12.x installed.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. When in the `vaadin-select` directory, run `npm install` to install dependencies.
1. Run `npm start`, browser will automatically open the component API documentation.
1. You can also open visual tests, for example:
- http://127.0.0.1:3000/test/visual/select.html
## Running tests from the command line
1. When in the `vaadin-select` directory, run `npm test`
## Debugging tests in the browser
1. Run `npm run debug`, then choose manual mode (M) and open the link in browser.
## Following the coding style
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `npm run lint`, which will automatically lint all `.js` files.
## Big Thanks
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com).
## Contributing
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.
Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
## License

@@ -121,0 +80,0 @@

@@ -195,3 +195,3 @@ /**

static get version() {
return '20.0.2';
return '20.0.3';
}

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