
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@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 5 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.