
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@hecom/list
Advanced tools
这是列表页面的接口管理模块。
接口:
load(...) => Promise<object>:加载列表数据,返回值的data是数据列表,isEnd是是否分页结束,origin是完整的返回结果。接口参数如下:
metaName: string:业务对象名称。pageNo: number:页码。pageSize: number:页大小。fields: string[]:字段名称列表。filter: object:筛选条件。sorts: array:排序条件列表。scope: number:数据范围。others: object:其他参数。search(...) => Promise<object>:搜索列表数据,返回值的data是搜索结果列表,isEnd是是否分页结束,fields是搜索结果字段,origin是完整的返回结果。接口参数如下:
metaName: string:业务对象名称。pageNo: number:页码。pageSize: number:页大小。keyword: string:搜索关键字。others: object:其他参数。FAQs
List APIs Management
We found that @hecom/list 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.