🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

custom-antd

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-antd - npm Package Compare versions

Comparing version
0.0.9
to
0.0.10
+4
-0
dist/index.jsx

@@ -8,2 +8,6 @@ /**

// export default Select;
/*export { Select} from './components/select/index';
let MySelect = Select;
export default MySelect;*/
export { default as MySelect } from './components/select/index';
+2
-2
{
"name": "custom-antd",
"version": "0.0.9",
"version": "0.0.10",
"scripts": {

@@ -16,3 +16,3 @@ "dist": "webpack ./webpack.config.js",

],
"main": "dist/index.js",
"main": "dist/index.jsx",
"typings": "dist/index.d.ts",

@@ -19,0 +19,0 @@ "repository": {