Socket
Socket
Sign inDemoInstall

antd

Package Overview
Dependencies
Maintainers
4
Versions
843
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.9.0-beta5 to 0.9.0-beta6

2

lib/index.js

@@ -54,2 +54,2 @@ require('./index.css');

antd.version = '0.9.0-beta5';
antd.version = '0.9.0-beta6';

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

};
}, function () {
info.fileList = this.state.fileList;
this.props.onChange(info);
});

@@ -114,6 +117,8 @@ } else {

fileList: info.fileList
}, function () {
info.fileList = this.state.fileList;
this.props.onChange(info);
});
}
}
this.props.onChange(info);
},

@@ -120,0 +125,0 @@ getDefaultProps: function getDefaultProps() {

{
"name": "antd",
"version": "0.9.0-beta5",
"version": "0.9.0-beta6",
"stableVersion": "0.8.0",

@@ -5,0 +5,0 @@ "title": "Ant Design",

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