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.1.6 to 2.1.7

2

package.json

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

"name": "@vaadin/vaadin-select",
"version": "2.1.6",
"version": "2.1.7",
"main": "vaadin-select.js",

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

@@ -182,3 +182,3 @@ /**

static get version() {
return '2.1.6';
return '2.1.7';
}

@@ -185,0 +185,0 @@

@@ -102,2 +102,10 @@ import '@vaadin/vaadin-lumo-styles/sizing.js';

}
:host([theme~="align-right"]) {
text-align: right;
}
:host([theme~="align-center"]) {
text-align: center;
}
</style>

@@ -104,0 +112,0 @@ </template>

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