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
16
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.2.0-alpha1 to 3.2.0-alpha2

2

package.json

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

"name": "@vaadin/vaadin-tabs",
"version": "3.2.0-alpha1",
"version": "3.2.0-alpha2",
"main": "vaadin-tabs.js",

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

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

static get version() {
return '3.2.0-alpha1';
return '3.2.0-alpha2';
}

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

@@ -71,3 +71,3 @@ /**

*/
selected: number;
selected: number|null|undefined;

@@ -74,0 +74,0 @@ /**

@@ -155,3 +155,3 @@ /**

static get version() {
return '3.2.0-alpha1';
return '3.2.0-alpha2';
}

@@ -172,3 +172,2 @@

* The index of the selected tab.
* @type {number}
*/

@@ -175,0 +174,0 @@ selected: {

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