
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@axiomhq/pino
Advanced tools
The Axiom transport for Pino logger allows you to send data from a Node.js app to Axiom through Pino.
import pino from 'pino';
const logger = pino(
{ level: 'info' },
pino.transport({
target: '@axiomhq/pino',
options: {
dataset: process.env.AXIOM_DATASET,
token: process.env.AXIOM_TOKEN,
},
}),
);
npm install @axiomhq/pino
For more information about how to set up and use the Axiom transport for Pino logger, see the axiom.co/docs/guides/pino.
FAQs
The official Axiom transport for Pino
The npm package @axiomhq/pino receives a total of 27,415 weekly downloads. As such, @axiomhq/pino popularity was classified as popular.
We found that @axiomhq/pino demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

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