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

m-button

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-button - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

18

index.js

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

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

@@ -67,9 +71,9 @@

Button.propTypes = {
block: _react.PropTypes.bool,
square: _react.PropTypes.bool,
size: _react.PropTypes.string,
type: _react.PropTypes.string,
href: _react.PropTypes.string,
disabled: _react.PropTypes.bool,
onClick: _react.PropTypes.func
block: _PropTypes2.bool,
square: _PropTypes2.bool,
size: _PropTypes2.string,
type: _PropTypes2.string,
href: _PropTypes2.string,
disabled: _PropTypes2.bool,
onClick: _PropTypes2.func
};

@@ -76,0 +80,0 @@

{
"name": "m-button",
"version": "1.0.0",
"description": "m-button 输入框",
"version": "1.1.0",
"description": "m-button 按钮",
"main": "index.js",

@@ -29,3 +29,4 @@ "scripts": {

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

@@ -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