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
{"dependencies_instrumentation": {"enabled": false}}wrangler.toml
[dependencies_instrumentation]enabled = false
For more details, refer to Wrangler configuration.
Source: Cloudflare
Latest Posts
- MC1326502: Teams Events Adds Shared and Delegate Mailbox Scheduling for Event Management

- MC1442612: PowerPoint for Windows Gets Direct Access to Organizational Brand Templates via Backstage

- MC1302906: Microsoft 365 Copilot Adds Scheduled Prompt Workflows in Agent Builder

- MC1317197: Microsoft Teams Redesigns In-Meeting Controls and Share Panel for Easier Navigation and Safer Sharing







