
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@golem-sdk/pino-logger
Advanced tools
Pino logger based library suitable for use with @golem-sdk/golem-js
@golem-sdk@golem-sdk/pino-loggerThis 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
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 4 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies