
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
antd-table-export
Advanced tools
实现 antd-table 的数据导出功能,传入 Table 组件所需的 datasource 和 columns,即可实现前端导出。
xlsx、xls
# 使用 npm 安装依赖
npm i --save antd-table-export
# 或者使用 yarn 安装依赖
yarn add antd-table-export
1、导入模块:
import tableExport from "antd-table-export";
const exportInstance = new tableExport(datasource, columns);
exportInstance.download(tableName, "xlsx");
2、初始化 Export 实例:
const exportInstance = new tableExport(datasource, columns);
3、调用下载方法 download。
download 方法有两个参数:
- 文件名
- 文件类型,目前支持 xlsx、xls 两种类型,如果不传此参数,默认的文件类型是 xlsx
exportInstance.download(tableName);
FAQs
antd-table 的前端导出
The npm package antd-table-export receives a total of 276 weekly downloads. As such, antd-table-export popularity was classified as not popular.
We found that antd-table-export 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.