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

@aircall/logger

Package Overview
Dependencies
Maintainers
8
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 2.5.1 to 2.5.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.5.2](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/logger@2.5.1...@aircall/logger@2.5.2) (2020-11-20)
### Bug Fixes
* **tracking:** added 2 properties to tracking identify ([5a04ba8](http://bitbucket.org/aircall/front-end-modules/commits/5a04ba87bb21c25c4a5560e212756dcb02c3dc29))
## [2.5.1](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/logger@2.5.0...@aircall/logger@2.5.1) (2020-05-29)

@@ -8,0 +19,0 @@

1

dist/Logger.d.ts

@@ -15,3 +15,2 @@ import { StatusType } from '@datadog/browser-logs';

device: string;
device_details?: string;
electron_version?: string;

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

{
"name": "@aircall/logger",
"version": "2.5.1",
"version": "2.5.2",
"main": "dist/index.js",

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

},
"gitHead": "57aec33e5d25bf87ae200d5e2dfdd2a4ee17b3cd",
"gitHead": "08adb2f18414cafa5f4c207e77a625d237775095",
"dependencies": {

@@ -17,0 +17,0 @@ "@datadog/browser-logs": "1.7.3",

@@ -12,3 +12,2 @@ jest.mock('@datadog/browser-logs');

device: 'DEVICE',
device_details: 'DEVICE_DETAILS',
environment: LOGGER_ENVIRONMENT.TEST,

@@ -15,0 +14,0 @@ release: 'RELEASE',

@@ -20,3 +20,2 @@ import { datadogLogs as sdk, StatusType, HandlerType } from '@datadog/browser-logs';

device: string;
device_details?: string;
electron_version?: string;

@@ -23,0 +22,0 @@ environment: LOGGER_ENVIRONMENT;

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