browser-bunyan
Advanced tools
Comparing version 1.6.5 to 1.7.0
import { LogStream } from '@browser-bunyan/levels'; | ||
type LoggerOptions = { | ||
export type LoggerOptions = { | ||
name: string, | ||
@@ -13,3 +13,3 @@ streams?: Array<StreamOptions>, | ||
type ChildLoggerOptions = { | ||
export type ChildLoggerOptions = { | ||
childName?: string | ||
@@ -24,3 +24,3 @@ streams?: Array<StreamOptions>, | ||
type StreamOptions = { | ||
export type StreamOptions = { | ||
level?: string | number, | ||
@@ -30,3 +30,3 @@ stream: LogStream, | ||
type Serializers = { [key: string]: Function }; | ||
export type Serializers = { [key: string]: Function }; | ||
@@ -33,0 +33,0 @@ export declare class Logger { |
{ | ||
"name": "browser-bunyan", | ||
"version": "1.6.5", | ||
"version": "1.7.0", | ||
"description": "Bunyan logging specifically for the browser", | ||
@@ -39,3 +39,3 @@ "author": "Phil Mander <philip.mander@gmail.com>", | ||
], | ||
"gitHead": "e4d963c368110ed9e3a91a3be9e4f556590d4793" | ||
"gitHead": "3370a2dbc06309a84e55e5aab77cc533fcbf0788" | ||
} |
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
273074