@aircall/logger
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@aircall/logger", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,6 @@ "types": "index.d.ts", | ||
}, | ||
"gitHead": "cf8a08a85e0e16f5664af5e2f3d3e806976dacca" | ||
"dependencies": { | ||
"@aircall/types": "0.0.1" | ||
}, | ||
"gitHead": "7fb8af6de3f53364aa3885ea94a3c02d8d4a731a" | ||
} |
@@ -1,20 +0,3 @@ | ||
type LogLevel = 'INFO' | 'WARN' | 'ERROR'; | ||
import { Identification } from '@aircall/types'; | ||
interface WindowWithAnalytics extends Window { | ||
analytics: any; | ||
} | ||
type Identification = { | ||
user_id: string; | ||
app_version: string; | ||
company: number; | ||
platform: string; | ||
environment: string; | ||
}; | ||
export type InitOptions = { | ||
debugMode: boolean; | ||
key: string; | ||
}; | ||
export default class Logger { | ||
@@ -21,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
289549
19
1
305
1
+ Added@aircall/types@0.0.1