
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.
@golem-sdk/pino-logger
Advanced tools
Pino logger based library suitable for use with @golem-sdk/golem-js
@golem-sdk
@golem-sdk/pino-logger
This library is designed for use with @golem-sdk/golem-js
based libraries and applications. While @golem-sdk/golem-js
provides built in logging capabilities, you can use @golem-sdk/pino-logger
as an extension to your workflow to
This library exposes two implementations of the Logger
interface from @golem-sdk/golem-js
:
pino
)pino-pretty
)GOLEM_PINO_LOG_LEVEL="debug"
- usefully when you want to control the logging done by this library without changing the application using it.@golem-sdk/pino-logger
is available as a NPM package. You can install it with:
npm install @golem-sdk/pino-logger
In your @golem-sdk/golem-js
based application, you can use in all the places where the Logger
instance is accepted:
import { pinoPrettyLogger } from "@golem-sdk/pino-logger";
const logger = pinoPrettyLogger({
level: "debug",
});
The library is developed using TypeScript and can be built with:
npm run build
FAQs
Pino logger based library suitable for use with @golem-sdk/golem-js
The npm package @golem-sdk/pino-logger receives a total of 223 weekly downloads. As such, @golem-sdk/pino-logger popularity was classified as not popular.
We found that @golem-sdk/pino-logger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.