🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

complex-data-option-antd

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-data-option-antd - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+3
-0
history.md

@@ -0,1 +1,4 @@

### 2.1.2
- 删除complex-data
### 2.1.1

@@ -2,0 +5,0 @@ - Edit实现readyData,构建pageList时触发

+1
-3

@@ -1,2 +0,1 @@

import { option } from 'complex-data'
import EditData from './src/data/EditData'

@@ -95,3 +94,2 @@ import _func from 'complex-func'

}
pitem.edit.readyData().then(res => {}, err => { console.error(err) })
return pitem

@@ -116,3 +114,3 @@ },

optionData.init = function(data = {}) {
optionData.init = function(option, data = {}) {
for (let n in data) {

@@ -119,0 +117,0 @@ if (!this.data[n]) {

{
"name": "complex-data-option-antd",
"version": "2.1.1",
"version": "2.1.2",
"description": "a option for complex-data by antd",

@@ -10,9 +10,2 @@ "main": "index.js",

},
"dependencies": {
"complex-data": "~2.1.0"
},
"devDependencies": {
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
},
"scripts": {

@@ -19,0 +12,0 @@ "test": "echo \"Error: no test specified\" && exit 1"