
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.
build-plugin-at-spa
Advanced tools
build-scripts 插件,支持基于at的业务开发。
"plugins": [
"build-plugin-ice-app",
"@ali/build-plugin-ice-def",
["build-plugin-at-spa", { "theme": "teambition" }]
]
在项目目录的build.json
中配置该插件,theme
为添加的主题类型,可选值为'teambition', 'apsara',默认值为 'teambition'。
若需要进行暗色模式的开发,需配合cross-env
设置环境变量 THEME
为 dark
,例如
cross-env THEME=dark build-scripts start
FAQs
build-scripts for at spa
The npm package build-plugin-at-spa receives a total of 12 weekly downloads. As such, build-plugin-at-spa popularity was classified as not popular.
We found that build-plugin-at-spa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.