New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pino-mozlog

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-mozlog - npm Package Compare versions

Comparing version

to
1.2.0

2

package.json
{
"name": "pino-mozlog",
"version": "1.1.0",
"version": "1.2.0",
"description": "A transport for transforming pino logs into mozlog",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -57,3 +57,3 @@ 'use strict';

Time: convertTimestampToRFC3339(time),
Timestamp: time,
Timestamp: time * 1000000, // nanoseconds
Type: options.type

@@ -60,0 +60,0 @@ };