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

@vaadin/vaadin-list-box

Package Overview
Dependencies
Maintainers
16
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.0 to 1.3.0-alpha1

2

package.json

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

"name": "@vaadin/vaadin-list-box",
"version": "1.2.0",
"version": "1.3.0-alpha1",
"main": "vaadin-list-box.js",

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

@@ -69,3 +69,3 @@ /**

static get version() {
return '1.2.0';
return '1.3.0-alpha1';
}

@@ -72,0 +72,0 @@

@@ -75,2 +75,9 @@ import '@vaadin/vaadin-lumo-styles/color.js';

}
/* RTL specific styles */
:host([dir="rtl"]) [part="items"] ::slotted(vaadin-item) {
padding-left: calc(var(--lumo-space-l) + var(--lumo-border-radius) / 4);
padding-right: var(--_lumo-list-box-item-padding-left, calc(var(--lumo-border-radius) / 4));
}
</style>

@@ -77,0 +84,0 @@ </template>

@@ -60,2 +60,8 @@ import '@vaadin/vaadin-material-styles/font-icons.js';

}
/* RTL specific styles */
:host([dir="rtl"]) [part="items"] ::slotted(vaadin-item) {
padding: 8px 10px 8px 32px;
}
</style>

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