
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.
@dtinsight/react-icons
Advanced tools
dtstack_iconCollections 是一个基于 React + TypeScript 的图标集合库,支持 tsup 构建,适用于前端项目的图标快速集成与管理。
dtstack_iconCollections 是一个基于 React + TypeScript 的图标集合库,支持 tsup 构建,适用于前端项目的图标快速集成与管理。
├── src/ # 主库源码
│ ├── icons/ # 图标组件(TSX 格式)
│ ├── svg/ # 原始 SVG 文件
│ ├── constant.ts # 常量定义
│ └── index.ts # 入口文件
├── website/ # 组件预览与文档站点
│ ├── public/
│ └── src/
├── scripts/ # 辅助脚本(如自动生成图标)
├── .gitlab-ci.yml # GitLab CI/CD 配置
├── package.json # 项目依赖与脚本
└── README.md # 项目说明文档
pnpm add @dtinsight/react-icons
在 React 项目中引入图标组件:
import { AiAvatarColored } from '@dtinsight/react-icons';
function App() {
return <AiAvatarColored />;
}
安装依赖:
pnpm install
cd website
pnpm install
启动文档站点(预览所有图标):
pnpm website:dev
自动生成图标组件:
pnpm run generate
本项目已配置 GitLab CI/CD,自动完成依赖安装、图标生成、构建与发布。详见 .gitlab-ci.yml。
本项目的所有 icon 通过 figma 插件 获取而来,从而完成 GitLab CI/CD
pnpm run generate
保证图标组件最新。MIT
如需更多帮助或有任何建议,欢迎提 Issue 或 PR!
FAQs
dtstack_iconCollections 是一个基于 React + TypeScript 的图标集合库,支持 tsup 构建,适用于前端项目的图标快速集成与管理。
The npm package @dtinsight/react-icons receives a total of 11 weekly downloads. As such, @dtinsight/react-icons popularity was classified as not popular.
We found that @dtinsight/react-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.