Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axiomhq/pino

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axiomhq/pino - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

14

CHANGELOG.md

@@ -10,2 +10,14 @@ # Changelog

## [1.3.0] - 2024-11-20
- Update @axiomhq/js to v1.3.0
## [1.2.0] - 2024-09-23
- Update @axiomhq/js to v1.2.0
## [1.1.0] - 2024-07-12
- Update @axiomhq/js to v1.1.0
## [1.0.0] - 2024-06-12

@@ -22,3 +34,3 @@

- fix: add BigInt support to JSON.stringify [#189] from lucassmuller/fix/json-stringify
- fix: add BigInt support to JSON.stringify [#189] from lucassmuller/fix/json-stringify

@@ -25,0 +37,0 @@ ### Changed

4

package.json
{
"name": "@axiomhq/pino",
"version": "1.2.0",
"version": "1.3.0",
"description": "The official Axiom transport for Pino",

@@ -36,3 +36,3 @@ "type": "module",

"pino-abstract-transport": "^1.2.0",
"@axiomhq/js": "1.2.0"
"@axiomhq/js": "1.3.0"
},

@@ -39,0 +39,0 @@ "scripts": {

@@ -1,15 +0,5 @@

# Axiom Transport for Pino logger
# Axiom transport for Pino logger
This is the official Axiom transport for Pino.
The Axiom transport for Pino logger allows you to send data from a Node.js app to Axiom through Pino.
## Quickstart
Install using `npm install`:
```shell
npm install @axiomhq/pino
```
create a pino logger with Axiom configured:
```ts

@@ -30,12 +20,15 @@ import pino from 'pino';

then you can use the logger as usual:
## Install
```js
logger.info('Hello from pino!');
```bash
npm install @axiomhq/pino
```
For further examples, head over to the [examples](../../examples/pino) directory.
## Documentation
For more information about how to set up and use the Axiom transport for Pino logger, see the [axiom.co/docs/guides/pino](https://axiom.co/docs/guides/pino).
## License
Distributed under the [MIT License](../../LICENSE).
[MIT](../../LICENSE)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc