
Security News
Microsoft Releases Open Source Toolkit for AI Agent Runtime Security
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.
@mini-code/scripts
Advanced tools
React 开发环境快速搭建。
基于 react-scripts 的调整,加入以下特性
# via npm
npm i @mini-code/scripts --save-dev
# via yarn
yarn add @mini-code/scripts --dev
在 package.json 加入 scrips
{
"scripts": {
"start": "minictl start",
"build": "minictl build"
}
}
在项目根目录新建 .mini-scripts.json,详细配置如下
路径都是相对于项目的根目录
{
"srcDir": "src",
"appIndexJs": "app",
"appBuildDir": "build",
"appHtml": "public/index.html",
"deployHtml": "public/deploy.html"
}
FAQs
Scripts for building and developing react app
The npm package @mini-code/scripts receives a total of 11 weekly downloads. As such, @mini-code/scripts popularity was classified as not popular.
We found that @mini-code/scripts 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
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.

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.