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

@aircall/logger

Package Overview
Dependencies
Maintainers
6
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 1.0.5 to 1.1.0

1

dist/Logger.d.ts

@@ -15,2 +15,3 @@ /// <reference types="segment-analytics" />

company: number;
debugging_session_id: string;
platform: string;

@@ -17,0 +18,0 @@ environment: string;

4

package.json
{
"name": "@aircall/logger",
"version": "1.0.5",
"version": "1.1.0",
"main": "dist/index.js",

@@ -13,3 +13,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "7f6ef9df0a0f1288aeb36ecdd1d10aa74e327151",
"gitHead": "de94dd351beb999d8f26d8bb922fd75de9d13686",
"devDependencies": {

@@ -16,0 +16,0 @@ "@types/segment-analytics": "^0.0.31"

@@ -13,2 +13,3 @@ import Logger, { LOGGER_LEVEL, WindowWithAnalytics } from './Logger';

company: 1234,
debugging_session_id: 'qwertyuiop234567890',
platform: 'platform',

@@ -15,0 +16,0 @@ environment: 'production'

@@ -16,2 +16,3 @@ export declare interface WindowWithAnalytics extends Window {

company: number;
debugging_session_id: string;
platform: string;

@@ -18,0 +19,0 @@ environment: string;

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