Socket
Socket
Sign inDemoInstall

rc-tabs

Package Overview
Dependencies
Maintainers
2
Versions
226
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 2.0.1 to 2.0.2

2

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

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

@@ -50,3 +50,3 @@ # rc-tabs

var callback = function(eventKey){
var callback = function(key){

@@ -92,8 +92,8 @@ }

<td>Object</td>
<th>first active tabPanel's eventKey</th>
<td>same with active tabPanel's eventKey</td>
<th>first active tabPanel's key</th>
<td>same with active tabPanel's key</td>
</tr>
<tr>
<td>onChange</td>
<td>Function(eventKey)</td>
<td>Function(key)</td>
<th></th>

@@ -100,0 +100,0 @@ <td>called when tabPanel is changed</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