ClaudeCloudflare Developer Platform2026/07/09 0:00

Workers - Send npm package dependency metadata with Worker uploads

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

Workers - Send npm package dependency metadata with Worker uploads の要約

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント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
  • ポイント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

この記事は 2026-07-09 に公開された「Workers - Send npm package dependency metadata with Worker uploads」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント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
  • ポイント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

翻訳

原文の流れを保ったまま読める翻訳セクションです。

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