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/ipfs/go-ipfs-routing
go-ipfs-routing provides go-libp2p-routing implementations used in go-ipfs.
go-ipfs-routing
works like a set of regular Go packages:
> go get github.com/ipfs/go-ipfs-routing/...
This module uses Gx to manage
dependencies. You can use make all
to build it with the gx
dependencies.
This repo contains 3 different packages.
import "github.com/ipfs/go-ipfs-routing/mock"
Mock is a fake router useful for tests. It provides a mock client that
implements the IpfsRouting
interface and a mock server from which the client
retrieves routing records.
import "github.com/ipfs/go-ipfs-routing/offline"
Offline is an offline router that can put and get records to and from a local
Datastore
but can't retrieve them from the network.
import "github.com/ipfs/go-ipfs-routing/none"
None is a router no-op router that doesn't do anything. Puts always succeed and lookups always fail.
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © Protocol Labs, Inc.
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.