Comparing version 4.2.2 to 4.2.3
{ | ||
"name": "pino", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "super fast, all natural json logger", | ||
@@ -68,3 +68,2 @@ "main": "pino.js", | ||
"pre-commit": "^1.2.2", | ||
"pump": "^1.0.1", | ||
"snazzy": "^6.0.0", | ||
@@ -71,0 +70,0 @@ "standard": "^9.0.0", |
@@ -284,3 +284,3 @@ 'use strict' | ||
var instance = pino({ | ||
browser: {asObject: true} | ||
browser: {asObject: true, write: function () {}} | ||
}) | ||
@@ -287,0 +287,0 @@ var child = instance.child({test: 'test'}) |
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
124703
18