
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
@qihoo/seapp-builder
Advanced tools
360 小程序构建工具,用于构建开发者基于360小程序开发文档编写的源代码,使其能够运行在360小程序平台
npm install @qihoo/seapp-builder
在 360mp 项目下使用
Usage: builder <command> [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
build build project in production mode
watch build project in development mode and watch file
Run builder <command> --help for detailed usage of given command.
{
"scripts": {
"serve": "builder watch",
"build": "builder build"
}
}
# 可以监听项目文件 实时构建
npx builder watch
# 构建生产环境目标文件
npx builder build
# 可以监听项目文件 实时构建
npm run serve
# 构建生产环境目标文件
npm run build
FAQs
a compiler for 360 mp or gp
The npm package @qihoo/seapp-builder receives a total of 7 weekly downloads. As such, @qihoo/seapp-builder popularity was classified as not popular.
We found that @qihoo/seapp-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.