
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
sp-common-data
Advanced tools
使用流程:
_getDic({
code: 'sylx'
})
{
data:[
{
"itemText":"一级",
"itemValue":"1"
},
{
"itemText":"二级",
"itemValue":"2"
}
]
}
localStorage,本项目在启动时会检测部署版本号,版本号不一致则清楚本地localStorage数据。 _getColumnsValue({
columnValue: '03ea8b5c34',
tableId: 24,
searchColumnName: 'name'
})
{
data: "张三"
}
_getDataAddModule({
moduleCode: 'M_LIST'
})
[
{
"tableName": "mhjy_yagl_yajbxx",
"componentType": "input",
// 前端组件配置
"objComponent": {
"componentName": "文本框",
"componentCode": "input",
"prefix": "",
"sufix": "",
"regular": "dsd"
},
// 字段属性配置
"defaultDefine": null,
"frontComment": "主键ID",
"frontName": "id",
"columnName": "ID",
"isEdit": false,
"isRequired": true,
"isSearch": false,
"isShow": false,
"primaryKey": true,
"length": null,
"orderNum": 1780,
"value": null,
// 关联模式
"objFk": {
"fkType": "none",
"fkColumn": null,
"fkTableId": null,
"fkTablename": null
}
}]
objDic属性中。 _getDataList({
moduleCode: 'M_LIST',
pageSize: 10,
pageNum: 1,
columns:"通用模板生成返回的数组",
condition:{
"表名.列名": "查询的值"
},
})
[
{
name: "张三",
age: 18
},
{
name: "张三",
age: 18
}
]
方法名:_getDataDetail(options = {})
参数
例如:
_getDataDetail({
moduleCode: 'M_DETAIL',
condition:{
"表名.列名": "查询的值"
},
})
返回的主要形式:
{
name: "张三",
age: 18
}
说明:获取详情的同时会翻译字典和值关联模型。
FAQs
sp-common-data
The npm package sp-common-data receives a total of 8 weekly downloads. As such, sp-common-data popularity was classified as not popular.
We found that sp-common-data demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.