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

react-responsive-tabs

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-tabs - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

6

lib/components/Tabs.js

@@ -270,2 +270,5 @@ 'use strict';

this.setState({ selectedTabKey: selectedTabKey });
if (this.props.onChange) {
this.props.onChange(selectedTabKey);
}
}

@@ -349,3 +352,4 @@ }, {

tabClass: _react.PropTypes.string,
panelClass: _react.PropTypes.string
panelClass: _react.PropTypes.string,
onChange: _react.PropTypes.string
};

@@ -352,0 +356,0 @@

2

package.json
{
"author": "Vitalii Maslianok <maslianok@gmail.com> (https://github.com/maslianok)",
"version": "0.3.3",
"version": "0.4.0",
"bugs": {

@@ -5,0 +5,0 @@ "url": "https://github.com/maslianok/react-responsive-tabs/issues"

@@ -70,2 +70,5 @@ #React responsive tabs

#### onChange(key)
(Function) onChange callback
#### selectedTabKey

@@ -72,0 +75,0 @@ (Number|String) Tab with this key will be selected by default.

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