
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
el-virtual-table
Advanced tools
基于element-plus中el-table的虚拟表格组件,功能和el-table一致,但是性能更好,支持大数据量渲染,暂时只支持纵向虚拟表格,且行高固定 ## 安装 ```bash npm install el-virtual-table ``` ## 使用 ```javascript import elVirtualTable from 'el-virtual-table'
基于element-plus中el-table的虚拟表格组件,功能和el-table一致,但是性能更好,支持大数据量渲染,暂时只支持纵向虚拟表格,且行高固定
npm install el-virtual-table
import elVirtualTable from 'el-virtual-table'
除组件名同el-table不一致外,其他使用方式完全一致
| 参数 | 说明 | 类型 | 默认值 |
| ---- | ---- | ---- | ---- |
| data | 表数据 | Array | [] |
| rowHeight | 行高(一定要传) | Number | 40 |
| visibleCount | 要显示的数据(初始会自动根据容器高度计算) | Number | 10 |
| buffer | 缓冲数量 | Number | 5 |
FAQs
基于element-plus中el-table的虚拟表格组件,功能和el-table一致,但是性能更好,支持大数据量渲染,暂时只支持纵向虚拟表格,且行高固定 ## 安装 ```bash npm install el-virtual-table ``` ## 使用 ```javascript import elVirtualTable from 'el-virtual-table'
We found that el-virtual-table demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.