Socket
Socket
Sign inDemoInstall

rc-tabs

Package Overview
Dependencies
19
Maintainers
7
Versions
224
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.5.5 to 12.5.6

4

es/TabNavList/index.js

@@ -314,4 +314,6 @@ import _extends from "@babel/runtime/helpers/esm/extends";

tabs.forEach(function (_ref2) {
var _tabListRef$current;
var key = _ref2.key;
var btnNode = tabListRef.current.querySelector("[data-node-key=\"".concat(key, "\"]"));
var btnNode = (_tabListRef$current = tabListRef.current) === null || _tabListRef$current === void 0 ? void 0 : _tabListRef$current.querySelector("[data-node-key=\"".concat(key, "\"]"));

@@ -318,0 +320,0 @@ if (btnNode) {

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

tabs.forEach(function (_ref2) {
var _tabListRef$current;
var key = _ref2.key;
var btnNode = tabListRef.current.querySelector("[data-node-key=\"".concat(key, "\"]"));
var btnNode = (_tabListRef$current = tabListRef.current) === null || _tabListRef$current === void 0 ? void 0 : _tabListRef$current.querySelector("[data-node-key=\"".concat(key, "\"]"));

@@ -352,0 +354,0 @@ if (btnNode) {

{
"name": "rc-tabs",
"version": "12.5.5",
"version": "12.5.6",
"description": "tabs ui component for react",

@@ -43,2 +43,3 @@ "engines": {

"devDependencies": {
"@rc-component/father-plugin": "^1.0.0",
"@testing-library/jest-dom": "^5.16.4",

@@ -72,4 +73,3 @@ "@testing-library/react": "^13.0.0",

"sortablejs": "^1.7.0",
"typescript": "^4.0.5",
"@rc-component/father-plugin": "^1.0.0"
"typescript": "^4.0.5"
},

@@ -76,0 +76,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc