loglevelnext
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -17,5 +17,5 @@ import { LogLevel } from './LogLevel'; | ||
private options; | ||
constructor(logger: LogLevel, options: PrefixFactoryOptions); | ||
constructor(logger?: LogLevel, options?: PrefixFactoryOptions); | ||
interpolate(level: string): string; | ||
make(methodName: string): (...args: any[]) => void; | ||
} |
{ | ||
"name": "loglevelnext", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
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
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
43112