
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.
ac-tools init 时模版文件,用于react组件开发的模版
开始之前确保安装了 ac-tools的全局包
.
├── config
│ ├── webpack.base.js
│ ├── webpack.config.dev.js # 开发环境配置
│ ├── webpack.config.ghpages.js # 打包放到github.io环境配置
│ ├── webpack.config.prod.js # 发布组件环境配置
├── demo
│ ├── demolist
│ │ └── Demo1.js # 实例1,调用src中的组件,进行展示
│ ├── demo.scss # demo中需要的基础样式
│ ├── index-demo-base.js # demo模版文件
│ └── index.js # ac-tools sample生成的文件
├── package.json
├── docs
│ ├── demolist
│ │ └── Demo1.js # 实例1,调用src中的组件,进行展示
│ ├── demo.scss # demo中需要的基础样式
│ ├── index-demo-base.js # demo模版文件
│ └── index.js # ac-tools sample生成的文件
├── ghpages # 实例打包文件
├── mock # mock数据
├── src
│ ├── assets # ac-tools md需要的静态文件
│ ├── temp
│ │ └── index.js # 组件js逻辑
│ │ └── style.scss # 组件样式
│ └── index.js # 组件出口
├── static # 模版静态文件
├── .babelrc
├── .editorconfig # 给编辑器的规范
├── .eslitrc # 代码规范(采用airbnb规范,默认不打开的,在webpack.config.dev.js 中注释部分放开就启用)
├── .package.json
└── .postcss.config.js
将 demo合并到demolist的实例中
ac-tools sample
启动开发环境
npm run dev
实例代码打包
npm run deploy
将markdown 文件转为静态文件,并上传github.io网站
ac-tools md
生成组件
npm run build
上传ynpm或者npm
ynpm publish # npm publish
FAQs
---
The npm package ac-beta receives a total of 8 weekly downloads. As such, ac-beta popularity was classified as not popular.
We found that ac-beta 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.