
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
一个快程序(FP)的项目脚手架生成工具
$ npm i fp-init -g
为你生成一份FP脚手架项目代码和所需依赖、开发环境
$ mkdir foo && cd foo
$ fp-init && npm install -d
启动web开发项目代理服务器,可通过浏览器直接访问
npm run web-start
生成web代码包,可用于部署一个基于浏览器访问的web项目
npm run web-build
生成app代码包,可在容器中进行调试的开发包(双线程)
npm run app-start
生成app代码包,可用于实际生产部署(双线程)
npm run app-build
FAQs
init cli for fast-program
The npm package fp-init receives a total of 1 weekly downloads. As such, fp-init popularity was classified as not popular.
We found that fp-init 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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.