Socket
Socket
Sign inDemoInstall

antd

Package Overview
Dependencies
Maintainers
3
Versions
845
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd - npm Package Compare versions

Comparing version 0.7.0-beta2 to 0.7.0-beta3

3

lib/datepicker/index.js

@@ -98,2 +98,3 @@ 'use strict';

transitionName: this.props.transitionName,
disabled: this.props.disabled,
trigger: _react2['default'].createElement('span', { className: 'ant-calendar-picker-icon' }),

@@ -106,3 +107,3 @@ calendar: calendar,

onChange: this.handleChange },
_react2['default'].createElement('input', { disabled: this.props.disabled, placeholder: this.props.placeholder, className: 'ant-calendar-picker-input ant-input' })
_react2['default'].createElement('input', { placeholder: this.props.placeholder, className: 'ant-calendar-picker-input ant-input' })
);

@@ -109,0 +110,0 @@ }

@@ -6,4 +6,4 @@ 'use strict';

module.exports = React.createClass({
displayName: 'exports',
var AntDropdown = React.createClass({
displayName: 'AntDropdown',

@@ -19,2 +19,4 @@ getDefaultProps: function getDefaultProps() {

}
});
});
module.exports = AntDropdown;

@@ -31,3 +31,3 @@ require('./index.css');

antd.version = '0.7.0-beta2';
antd.version = '0.7.0-beta3';

@@ -34,0 +34,0 @@ if (typeof window !== undefined) {

'use strict';
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var InputNumber = require('rc-input-number');

@@ -15,3 +17,3 @@ var React = require('react');

render: function render() {
return React.createElement(InputNumber, this.props);
return React.createElement(InputNumber, _extends({ style: { width: 90 } }, this.props));
}

@@ -18,0 +20,0 @@ });

{
"name": "antd",
"version": "0.7.0-beta2",
"version": "0.7.0-beta3",
"title": "Ant Design",

@@ -18,3 +18,5 @@ "description": "一个设计&前端框架",

],
"contributors": ["ant"],
"contributors": [
"ant"
],
"repository": {

@@ -28,3 +30,5 @@ "type": "git",

"main": "lib/index",
"files": ["lib"],
"files": [
"lib"
],
"license": "MIT",

@@ -35,3 +39,4 @@ "dependencies": {

"object-assign": "~3.0.0",
"rc-calendar": "~3.10.0",
"rc-calendar": "~3.11.0",
"rc-checkbox": "~1.0.6",
"rc-collapse": "~1.2.2",

@@ -43,4 +48,5 @@ "rc-dialog": "~4.4.0",

"rc-notification": "~1.0.1",
"rc-pagination": "^1.0.0",
"rc-pagination": "~1.1.0",
"rc-progress": "~1.0.0",
"rc-radio": "~2.0.0",
"rc-select": "~4.4.0",

@@ -52,8 +58,5 @@ "rc-slider": "~1.2.6",

"rc-tabs": "~5.2.0",
"rc-tooltip": "~2.4.0",
"rc-checkbox":"~1.0.0",
"rc-radio":"~2.0.0"
"rc-tooltip": "~2.4.0"
},
"devDependencies": {
"css-animation": "~1.0.3",
"autoprefixer-loader": "~2.0.0",

@@ -63,3 +66,3 @@ "babel": "~5.6.14",

"babel-loader": "~5.1.3",
"buildbranch": "^0.0.3",
"css-animation": "~1.0.3",
"css-loader": "^0.14.1",

@@ -69,2 +72,3 @@ "eslint": "~0.22.1",

"extract-text-webpack-plugin": "^0.8.1",
"gh-pages": "~0.3.1",
"json-loader": "^0.5.1",

@@ -71,0 +75,0 @@ "less": "~2.5.1",

Sorry, the diff of this file is not supported yet

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