
Research
/Security News
Popular Go Decimal Library Targeted by Long-Running Typosquat with DNS Backdoor
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.
nestjs-ipfs-http
Advanced tools
This package provides a IPFS client as a NestJS Module.
Because the previous IPFS HTTP module has been depreciated, and the replacement kubo-rpc-client is utter madness to work with in CommonJS (kubo-rpc-client is a ESM library, which relies on ipfs-utils which is a CommonJS library), I decided to manually implement the important endpoints.
Here's what's supported:
v0.2.0 is using NestJS 9 for legacy reasons.pnpm install nestjs-ipfs-http
This module expects a running IPFS daemon.
ipfs daemon
@Module({
imports: [
IpfsHttpModule.registerAsync({
useFactory: () => {
return {
client: {
host: '127.0.0.1',
port: 5001,
},
}
},
}),
],
})
export class AppModule {}
const isOnline = await ipfsHttpService.client.isOnline()
console.log(isOnline) // true
Refer to test/e2e/ipfs.spec.ts for more examples.
pnpm run test
FAQs
IPFS HTTP-API Module
We found that nestjs-ipfs-http demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Research
/Security News
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.