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

rc-tabs

Package Overview
Dependencies
Maintainers
7
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tabs - npm Package Compare versions

Comparing version 12.8.0 to 12.8.1

6

es/util.js

@@ -27,4 +27,6 @@ /**

disabled ||
// If closable is not explicitly set to true, the remove button should be hidden when closeIcon is null or false
closable !== true && (closeIcon === false || closeIcon === null)) {
// closable is false
closable === false ||
// If closable is undefined, the remove button should be hidden when closeIcon is null or false
closable === undefined && (closeIcon === false || closeIcon === null)) {
return false;

@@ -31,0 +33,0 @@ }

@@ -35,4 +35,6 @@ "use strict";

disabled ||
// If closable is not explicitly set to true, the remove button should be hidden when closeIcon is null or false
closable !== true && (closeIcon === false || closeIcon === null)) {
// closable is false
closable === false ||
// If closable is undefined, the remove button should be hidden when closeIcon is null or false
closable === undefined && (closeIcon === false || closeIcon === null)) {
return false;

@@ -39,0 +41,0 @@ }

{
"name": "rc-tabs",
"version": "12.8.0",
"version": "12.8.1",
"description": "tabs ui component for react",

@@ -5,0 +5,0 @@ "engines": {

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