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

rc-tabs

Package Overview
Dependencies
Maintainers
6
Versions
229
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 10.1.0 to 10.1.1

9

es/TabBarRootNode.js

@@ -72,11 +72,2 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

_createClass(TabBarRootNode, [{
key: "componentDidUpdate",
value: function componentDidUpdate() {
var activeTab = this.props.getRef('activeTab');
if (activeTab) {
activeTab.focus();
}
}
}, {
key: "render",

@@ -83,0 +74,0 @@ value: function render() {

@@ -87,11 +87,2 @@ "use strict";

_createClass(TabBarRootNode, [{
key: "componentDidUpdate",
value: function componentDidUpdate() {
var activeTab = this.props.getRef('activeTab');
if (activeTab) {
activeTab.focus();
}
}
}, {
key: "render",

@@ -98,0 +89,0 @@ value: function render() {

2

package.json
{
"name": "rc-tabs",
"version": "10.1.0",
"version": "10.1.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