io-ng2-logger
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -0,1 +1,4 @@ | ||
export interface Icb { | ||
(a: boolean, b?: any): void; | ||
} | ||
/** | ||
@@ -8,9 +11,9 @@ * the base value interface | ||
export interface IMeta { | ||
application: string; | ||
application?: string; | ||
category?: string; | ||
comment?: string; | ||
created: number; | ||
endpoint: string; | ||
environment: string; | ||
event: string; | ||
created?: number; | ||
endpoint?: string; | ||
environment?: string; | ||
event?: string; | ||
type?: string; | ||
@@ -26,3 +29,3 @@ user?: string; | ||
*/ | ||
export declare function log(log: any, cb: any): any; | ||
export declare function log(log: any, cb?: Icb): any; | ||
/** | ||
@@ -29,0 +32,0 @@ * both meta and config must have the same values |
{ | ||
"name": "io-ng2-logger", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Angular2 Base Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4992
129