Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
build-plugin-build-info
Advanced tools
build-scripts 插件,在产物开头插入构建信息注释,方便调试跟踪
/*!
* build by [userName] in 2022-01-01T10:20:30.000Z
* git: [group/repository] branch: [branchName] commit: [commitId]
* chunkhash: [chunkhash]
*/
注意:时间使用 ISO 时间格式,即 UTC+0 时区。
$ npm i build-plugin-build-info --save-dev
"plugins": [
"build-plugin-build-info",
]
在项目目录的build.json
中配置该插件。
暂无
FAQs
build-scripts plugin template for developers
The npm package build-plugin-build-info receives a total of 3 weekly downloads. As such, build-plugin-build-info popularity was classified as not popular.
We found that build-plugin-build-info 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.