Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
支持多种技术栈:Vue技术栈、React技术栈、React&TS技术栈(开发中)
使用场景:提供vue/react前端项目的工程能力
技术栈:node/webpack
注:可用于同时管理多个前端项目代码
#安装
$ npm i -g akfun
$ akfun init -t=vue
#可选择初始化的项目类型:vue或者react,默认react类型的项目,也可通过--dir参数指定存放项目模板的目录
# 1、开启本地调试模式
$ akfun dev
# 2、构建生产环境代码
$ akfun build
# 3、构建第三方功能包
$ akfun build2lib
注:只作用于当前项目
$ npm i akfun --save-dev
# 打开package.json,在scripts新增三条可执行命令
# 用于开启本地调试模式
"dev": "akfun dev"
# 用于构建生产环境代码
"build": "akfun build"
# 用于构建第三方功能包
"build2lib": "akfun build2lib"
# 1、开启本地调试模式
$ npm run dev
# 2、构建生产环境代码
$ npm run build
# 3、构建第三方功能包
$ npm run build2lib
FAQs
前端脚手架:支持Vue技术栈和react技术栈
The npm package akfun receives a total of 39 weekly downloads. As such, akfun popularity was classified as not popular.
We found that akfun 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.