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

@vaadin/tabsheet

Package Overview
Dependencies
Maintainers
12
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/tabsheet - npm Package Compare versions

Comparing version 24.0.0-alpha9 to 24.0.0-beta1

18

package.json
{
"name": "@vaadin/tabsheet",
"version": "24.0.0-alpha9",
"version": "24.0.0-beta1",
"publishConfig": {

@@ -39,12 +39,12 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.0.0-alpha9",
"@vaadin/scroller": "24.0.0-alpha9",
"@vaadin/tabs": "24.0.0-alpha9",
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha9",
"@vaadin/vaadin-material-styles": "24.0.0-alpha9",
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha9"
"@vaadin/component-base": "24.0.0-beta1",
"@vaadin/scroller": "24.0.0-beta1",
"@vaadin/tabs": "24.0.0-beta1",
"@vaadin/vaadin-lumo-styles": "24.0.0-beta1",
"@vaadin/vaadin-material-styles": "24.0.0-beta1",
"@vaadin/vaadin-themable-mixin": "24.0.0-beta1"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.3.2",
"@vaadin/testing-helpers": "^0.4.0",
"sinon": "^13.0.2"

@@ -56,3 +56,3 @@ },

],
"gitHead": "cc3f747164041566b300bde4b105d2475649e93f"
"gitHead": "c5b48921a62482746df8e46994b37e1490fec27e"
}

@@ -199,2 +199,6 @@ /**

static get observers() {
return ['__itemsOrPanelsChanged(items, __panels)', '__selectedTabItemChanged(selected, items, __panels)'];
}
/** @override */

@@ -229,6 +233,2 @@ static get delegateProps() {

static get observers() {
return ['__itemsOrPanelsChanged(items, __panels)', '__selectedTabItemChanged(selected, items, __panels)'];
}
/**

@@ -235,0 +235,0 @@ * An observer which applies the necessary roles and ARIA attributes

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/tabsheet",
"version": "24.0.0-alpha9",
"version": "24.0.0-alpha12",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/tabsheet",
"version": "24.0.0-alpha9",
"version": "24.0.0-alpha12",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",

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