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
3
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 3.2.1 to 3.2.2

4

dist/index.d.ts

@@ -28,3 +28,3 @@ declare enum TRACKER {

}
declare interface TrackerIdentification {
interface TrackerIdentification {
user_id: number;

@@ -80,3 +80,3 @@ aircall_employee_signed_in_as?: boolean;

init(): void;
identify(identification: TrackerIdentification): void;
identify<T extends TrackerIdentification>(identification: T): void;
/**

@@ -83,0 +83,0 @@ * Store the context into the class

{
"name": "@aircall/tracker",
"version": "3.2.1",
"version": "3.2.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

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