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
6
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.0.0 to 2.0.1

2

dist/Tracker.d.ts

@@ -10,3 +10,3 @@ export declare enum TRACKER_ENVIRONMENT {

user_id: number;
app_version: string;
release: string;
company: number;

@@ -13,0 +13,0 @@ platform: string;

@@ -28,3 +28,3 @@ "use strict";

user_id: 0,
app_version: 'default',
release: 'default',
company: 0,

@@ -31,0 +31,0 @@ platform: 'default',

{
"name": "@aircall/tracker",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",

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

},
"gitHead": "c088bffdce2987ef2a5c4bacf13e822f31ce399a",
"gitHead": "b32a8cef68f7144e9cbf4f367d03d7548fc950e5",
"devDependencies": {

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

@@ -7,3 +7,3 @@ import Tracker, { TRACKER_ENVIRONMENT, WindowWithAnalytics, AnalyticsJS } from './Tracker';

user_id: 1234,
app_version: '1.0.0',
release: '1.0.0',
company: 1234,

@@ -10,0 +10,0 @@ platform: 'platform',

@@ -11,3 +11,3 @@ export enum TRACKER_ENVIRONMENT {

user_id: number;
app_version: string;
release: string;
company: number;

@@ -42,3 +42,3 @@ platform: string;

user_id: 0,
app_version: 'default',
release: 'default',
company: 0,

@@ -45,0 +45,0 @@ platform: 'default',

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