Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/savsgio/atreugo/v8
High performance and extensible micro web framework with zero memory allocations in hot paths.
It's build on top of fasthttp.
go get github.com/savsgio/atreugo/v8
See: docs
Optimized for speed. Easily handles more than 100K qps and more than 1M concurrent keep-alive connections on modern hardware.
Optimized for low memory usage.
Easy 'Connection: Upgrade' support via RequestCtx.Hijack.
Server provides anti-DoS limits.
Middlewares support:
Easy routing:
Common responses (also you could use your own responses):
Go to examples directory to see how to use Atreugo.
*atreugo.RequestCtx
is equal than *fasthttp.RequestCtx
, but adding extra funtionality, so you can use
the same functions of *fasthttp.RequestCtx
. Don't worry :smile:
Best Performance: Atreugo is one of the fastest go web frameworks in the go-web-framework-benchmark.
* Smaller is better
Feel free to contribute it or fork me... :wink:
FAQs
Unknown package
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.