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

@vaadin/vaadin-tabs

Package Overview
Dependencies
Maintainers
17
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-tabs - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json

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

"name": "@vaadin/vaadin-tabs",
"version": "3.0.1",
"version": "3.0.2",
"main": "vaadin-tabs.js",

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

@@ -51,3 +51,3 @@ /**

static get version() {
return '3.0.1';
return '3.0.2';
}

@@ -54,0 +54,0 @@

@@ -145,3 +145,3 @@ /**

static get version() {
return '3.0.1';
return '3.0.2';
}

@@ -148,0 +148,0 @@

@@ -17,3 +17,2 @@ import '@vaadin/vaadin-lumo-styles/color.js';

font-weight: 500;
text-align: center;
opacity: 1;

@@ -39,2 +38,6 @@ color: var(--lumo-contrast-60pct);

:host(:not([orientation="vertical"])) {
text-align: center;
}
:host([orientation="vertical"]) {

@@ -45,3 +48,2 @@ transform-origin: 0% 50%;

min-width: 0;
text-align: left;
}

@@ -118,6 +120,9 @@

:host(:not([orientation="vertical"])) ::slotted(a[href]) {
justify-content: center;
}
:host ::slotted(a[href]) {
display: flex;
width: 100%;
justify-content: center;
align-items: center;

@@ -124,0 +129,0 @@ height: 100%;

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