Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aircall/logger

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aircall/logger - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

.DS_Store

7

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc