Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@zhaohui18755177994/cli
Advanced tools
学习如何从零开始搭建一个工程样板。
你需要安装 [Node.js][nodejs] 的版本为 10+ (本人开发是版本号为 12.19.0)
克隆此仓库后运行:
# 安装依赖
$ npm install
# 构建开发环境,监听 /src 文件变化
$ npm run dev
# 构建用于生产用的压缩代码
$ npm run build
# 生成文档
$ npm run build:doc
在 package.json 文件的 scripts 部分还有一些其他脚本可用.
# 更新版本,内置代码检查
$ npm version <newversion|major|minor|patch>
# 发布包,内置代码构建
$ npm publish
查看 npm 文档 了解更多
FAQs
The npm package @zhaohui18755177994/cli receives a total of 1 weekly downloads. As such, @zhaohui18755177994/cli popularity was classified as not popular.
We found that @zhaohui18755177994/cli 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.