New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aircall/tracker

Package Overview
Dependencies
Maintainers
8
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aircall/tracker - npm Package Compare versions

Comparing version 2.3.9 to 2.3.10

8

CHANGELOG.md

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

## [2.3.10](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/tracker@2.3.9...@aircall/tracker@2.3.10) (2020-10-27)
**Note:** Version bump only for package @aircall/tracker
## [2.3.9](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/tracker@2.3.8...@aircall/tracker@2.3.9) (2020-09-28)

@@ -8,0 +16,0 @@

1

dist/Tracker.d.ts

@@ -32,3 +32,2 @@ export declare class AnalyticsJS extends Array {

platform: string;
os: IUserOS;
}

@@ -35,0 +34,0 @@ export declare type IUserOS = 'Windows' | 'MacOS' | 'Linux' | 'Unknown';

@@ -39,4 +39,3 @@ "use strict";

platform: 'default',
environment: TRACKER_ENVIRONMENT.DEVELOPMENT,
os: 'Unknown'
environment: TRACKER_ENVIRONMENT.DEVELOPMENT
};

@@ -43,0 +42,0 @@ class Tracker {

{
"name": "@aircall/tracker",
"version": "2.3.9",
"version": "2.3.10",
"main": "dist/index.js",

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

},
"gitHead": "8f3a606dc3a345ea80a783f25bb1090cf8e9d26f",
"gitHead": "5de6187ffdd4931147fb8f122cfefbd146fe4370",
"devDependencies": {

@@ -17,0 +17,0 @@ "@types/segment-analytics": "^0.0.32"

@@ -33,4 +33,3 @@ import Tracker, {

name: 'Guillaume Lambert',
is_admin: true,
os: 'MacOS' as IUserOS
is_admin: true
};

@@ -37,0 +36,0 @@

@@ -49,3 +49,2 @@ export class AnalyticsJS extends Array {

platform: string;
os: IUserOS;
}

@@ -80,4 +79,3 @@

platform: 'default',
environment: TRACKER_ENVIRONMENT.DEVELOPMENT,
os: 'Unknown'
environment: TRACKER_ENVIRONMENT.DEVELOPMENT
};

@@ -84,0 +82,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