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

rc-tabs

Package Overview
Dependencies
Maintainers
2
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 7.0.9 to 7.0.10

2

lib/TabPane.js

@@ -27,2 +27,3 @@ 'use strict';

active: _react.PropTypes.bool,
style: _react.PropTypes.any,
destroyInactiveTabPane: _react.PropTypes.bool,

@@ -51,2 +52,3 @@ forceRender: _react.PropTypes.bool,

{
style: props.style,
role: 'tabpanel',

@@ -53,0 +55,0 @@ 'aria-hidden': props.active ? 'false' : 'true',

2

package.json
{
"name": "rc-tabs",
"version": "7.0.9",
"version": "7.0.10",
"description": "tabs ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -153,3 +153,9 @@ # rc-tabs

</tr>
<tr>
<tr>
<td>style</td>
<td>Object</td>
<th></th>
<td></td>
</tr>
<tr>
<td>placeholder</td>

@@ -159,3 +165,3 @@ <td>React.Node</td>

<td>lazyrender children</td>
</tr>
</tr>
<tr>

@@ -162,0 +168,0 @@ <td>tab</td>

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