
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@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 4,091 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.