Comparing version 1.0.4 to 1.0.5
@@ -5,3 +5,2 @@ #! /usr/bin/env node | ||
var stringifySafe = require('json-stringify-safe') | ||
var split = require('split2') | ||
@@ -61,3 +60,3 @@ var Parse = require('fast-json-parse') | ||
if (standardKeys.indexOf(keys[i]) < 0) { | ||
result += ' ' + keys[i] + ': ' + withSpaces(stringifySafe(value[keys[i]], null, 2)) + '\n' | ||
result += ' ' + keys[i] + ': ' + withSpaces(JSON.stringify(value[keys[i]], null, 2)) + '\n' | ||
} | ||
@@ -64,0 +63,0 @@ } |
{ | ||
"name": "pino", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "fast and simple logger", | ||
@@ -42,2 +42,3 @@ "main": "pino.js", | ||
"core-util-is": "^1.0.2", | ||
"fast-json-parse": "^1.0.0", | ||
"fast-safe-stringify": "^1.0.4", | ||
@@ -44,0 +45,0 @@ "quick-format": "^2.0.0", |
@@ -389,2 +389,6 @@ # pino | ||
### v1.0.5 | ||
* Restored the binary functionality to pretty-print the logs | ||
### v1.0.4 | ||
@@ -391,0 +395,0 @@ |
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
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
441561
422
6
1043
+ Addedfast-json-parse@^1.0.0
+ Addedfast-json-parse@1.0.3(transitive)