
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@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,072 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.