New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudflare/workers-shared

Package Overview
Dependencies
Maintainers
0
Versions
947
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/workers-shared

Package that is used at Cloudflare to power some internal features of Cloudflare Workers.

0.0.0-54c809450
Source
npm
Version published
Weekly downloads
248K
-3.64%
Maintainers
0
Weekly downloads
 
Created
Source

@cloudflare/workers-shared

This is a package that is used at Cloudflare to power some internal features of Cloudflare Workers, as well as their open-source equivalents here in workers-sdk and Wrangler.

[!NOTE] Since code in this package is used by the Workers infrastructure, it is important that PRs are given careful review with regards to how they could cause a failure in production. Ideally, there should be comprehensive tests for changes being made to give extra confidence about the behavior.

asset-worker

The Asset Worker.

For more details please refer to the dedicated README file.

router-worker

The Router Worker.

For more details please refer to the dedicated README file.

Worker Deployment

Router-worker and asset-worker are both version uploaded through the run deploy target in this package, which uploads a new version of these Workers.

There are two ways that the deploy script target can be invoked:

  • The changesets workflow will execute whenever there is a release of @cloudflare/workers-shared
  • If a change is needed prior to a workers-shared release, it can be done manually, via the workers-shared-deploy-production workflow. This workflow will upload new vesions of asset-worker and router-worker based on the code in the main branch. (Note, a duplicate version may be uploaded on the next workers-shared release, if there is an associated changeset)

The pnpm deploy script should not be run manually.

Once new versions are uploaded (through either the manual workflow, or the changesets workflow), they can be safely deployed and monitored using Gradual Deployments through Health Mediated Deployments.

Keywords

cloudflare

FAQs

Package last updated on 10 Mar 2025

Did you know?

Socket

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.

Install

Related posts