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

react-tabs

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tabs - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

lib/components/Tabs.js

@@ -65,3 +65,3 @@ 'use strict';

focus: false,
focusRenderTabPanel: false
forceRenderTabPanel: false
};

@@ -80,3 +80,3 @@ },

componentWillMount: function componentWillMount() {
componentDidMount: function componentDidMount() {
if (useDefaultStyles) {

@@ -83,0 +83,0 @@ (0, _jsStylesheet2['default'])(require('../helpers/styles.js'));

{
"name": "react-tabs",
"version": "0.5.1",
"version": "0.5.2",
"description": "React tabs component",

@@ -23,9 +23,9 @@ "main": "lib/main.js",

"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"dependencies": {
"classnames": "2.2.0",
"js-stylesheet": "0.0.1"
"classnames": "^2.2",
"js-stylesheet": "^0.0.1"
}
}

@@ -49,3 +49,3 @@ # react-tabs [![Build Status](https://travis-ci.org/rackt/react-tabs.svg?branch=master)](https://travis-ci.org/rackt/react-tabs)

<Tabs
onSelect={this.handleSelected}
onSelect={this.handleSelect}
selectedIndex={2}

@@ -52,0 +52,0 @@ >

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