
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@bufbuild/protoc-gen-connect-web
Advanced tools
This package is deprecated.
The code generator protoc-gen-connect-web can now be used for Connect on the
Web, and for Connect on Node.js.
For a better fit, we have renamed it to protoc-gen-connect-es in
v0.8.0.
The generated code is actually exactly the same, so it is not necessary to update right away, but we are not going to maintain this package anymore.
Switching to @bufbuild/protoc-gen-connect-es is straight-forward:
npm remove @bufbuild/protoc-gen-connect-web
npm install @bufbuild/protoc-gen-connect-es
Update your buf.gen.yaml:
version: v1
plugins:
- plugin: es
out: src/gen
- - plugin: connect-web
+ - plugin: connect-es
out: src/gen
And your import paths:
- import { ElizaService } from "gen/eliza_connectweb";
+ import { ElizaService } from "gen/eliza_connect";
FAQs
This package is deprecated.
The npm package @bufbuild/protoc-gen-connect-web receives a total of 3,863 weekly downloads. As such, @bufbuild/protoc-gen-connect-web popularity was classified as popular.
We found that @bufbuild/protoc-gen-connect-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.