ClaudeCloudflare Developer PlatformJul 9, 2026, 12:00 AM

Workers - Send npm package dependency metadata with Worker uploads

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

claudeen

Workers - Send npm package dependency metadata with Worker uploads Summary

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Send npm package dependency metadata with Worker uploads Jul 09, 2026 Workers Wrangler now collects npm package dependency infor
  • Point 3: 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

Summary

This is an English summary of "Workers - Send npm package dependency metadata with Worker uploads" published on 2026-07-09.

Key Points

  • Point 1: Changelog New updates and improvements at Cloudflare.
  • Point 2: Subscribe to RSS View RSS feeds ← Back to all posts Send npm package dependency metadata with Worker uploads Jul 09, 2026 Workers Wrangler now collects npm package dependency infor
  • Point 3: 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

Full Translation

Translations

A translation section that keeps the flow of the original article.

claudeja

Workers - Send npm package dependency metadata with Worker uploads(原文タイトル)

概要

公開日: 2026-07-09 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts Send npm package dependency metadata with Worker uploads Jul 09, 2026 Workers 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: wrangler.jsonc wrangler.toml JSONC { " dependencies_instrumentation " : { " enabled " : false } } TOML [ dependencies_instrumentation ] enabled = false For more details, refer to Wrangler configuration . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No

Workers - Send npm package dependency metadata with Worker uploads | Cloudflare Developer Platform | DocsDigest