@binxhealth/pino-stackdriver
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -10,2 +10,3 @@ #!/usr/bin/env node | ||
properties: { | ||
time: { type: 'integer' }, | ||
hostname: { type: 'string' }, | ||
@@ -12,0 +13,0 @@ level: { type: 'integer' }, |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
254281
7168
1