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

@binxhealth/pino-stackdriver

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binxhealth/pino-stackdriver - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

package-lock.json

1

index.js

@@ -10,2 +10,3 @@ #!/usr/bin/env node

properties: {
time: { type: 'integer' },
hostname: { type: 'string' },

@@ -12,0 +13,0 @@ level: { type: 'integer' },

4

package.json
{
"name": "@binxhealth/pino-stackdriver",
"version": "1.0.3",
"version": "1.0.4",
"description": "A utility that makes express-pino logs StackDriver-compatible",

@@ -35,4 +35,4 @@ "main": "index.js",

"jest": "^23.6.0",
"np": "^3.0.4"
"np": "ianwalter/np"
}
}

@@ -8,2 +8,3 @@ const { join } = require('path')

const lineOne = JSON.stringify({
time: 1544043395681,
hostname: 'host',

@@ -19,2 +20,3 @@ level: 50,

const lineTwo = JSON.stringify({
time: 1544043391245,
hostname: 'host',

@@ -21,0 +23,0 @@ level: 30,

Sorry, the diff of this file is not supported yet

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