
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
The micro front framework tools
....
core
├─templates // 微前端项目模版
| ├─fino-child-vue // vue子项目模版
| ├─fino-child // 子项目模版
| ├─fino // 基座模版
├─src
| └index.ts
├─scripts
| ├─build.js
| ├─dev.js
| ├─docs.js
| └utils.js
├─packages // 项目依赖npm包
| ├─finoer-core // 微前端框架主npm包
| ├─finoer-component-vue // 子项目npm包
给package下面的npm包安装依赖
# npm run dev <包名>
npm run init finore-core
# 或者
npm run init finoer-component-vue
运行packages下面的npm包
# npm run dev <包名>
npm run dev finore-core
# 或者
npm run dev finoer-component-vue
# npm run build <包名>
npm run build finore-core
# 或者
npm run build finoer-component-vue
给package下的npm包生成文档
# npm run doc <包名>
npm run doc finore-core
# 或者
npm run doc finoer-component-vue

git clone
git submodule update --init --recursive
FAQs
The micro front framework tools
We found that fino-cli 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.