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

m-tabs

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-tabs - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

12

index.js

@@ -14,2 +14,6 @@ 'use strict';

var _PropTypes = require('prop-types');
var _PropTypes2 = _interopRequireDefault(_PropTypes);
var _classnames = require('classnames');

@@ -251,6 +255,6 @@

Tabs.propTypes = {
type: _react.PropTypes.string,
defaultActiveKey: _react.PropTypes.string,
centered: _react.PropTypes.bool,
onChange: _react.PropTypes.func
type: _PropTypes2.default.string,
defaultActiveKey: _PropTypes2.default.string,
centered: _PropTypes2.default.bool,
onChange: _PropTypes2.default.func
};

@@ -257,0 +261,0 @@

{
"name": "m-tabs",
"version": "1.0.8",
"version": "1.1.0",
"description": "m-tabs 移动端标签页选项卡切换组件",

@@ -29,3 +29,4 @@ "main": "index.js",

"dependencies": {
"react": "~15.2.0",
"react": "~15.5.4",
"prop-types": "^15.5.8",
"m-base": "^1.0.5",

@@ -32,0 +33,0 @@ "classnames": "~2.2.3"

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