精选70Cloudflare Workers(Changelog)云与平台
Wrangler 上传 Worker 时附带 npm 依赖元数据
Workers - Send npm package dependency metadata with Worker uploads
Wrangler now collects npm package dependency information from your project's package.json during wrangler deploy and wrangler versions upload, and includes it in the upload metadata sent to the Cloudflare API. This data, each dependency's name, declared version range, and exact installed version, enables dependency analytics and future supply chain security features such as vulnerability alerting.
To opt out, set dependencies_instrumentation.enabled to false in your Wrangler configuration file:
代码 · 5 行
{
"dependencies_instrumentation": {
"enabled": false
}
}代码 · 2 行
[dependencies_instrumentation]
enabled = falseFor more details, refer to Wrangler configuration.
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力