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

@aircall/tracker

Package Overview
Dependencies
Maintainers
4
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.13 to 2.3.14

12

CHANGELOG.md

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

## [2.3.14](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/tracker@2.3.13...@aircall/tracker@2.3.14) (2021-06-28)
### Bug Fixes
* **tracker:** clarify comment ([6d1d9c1](http://bitbucket.org/aircall/front-end-modules/commits/6d1d9c11ea28e513cddb99cca66b7af4faf1d1f3))
* **tracker:** clarify comment [PH-2358] [#26](http://bitbucket.org/aircall/front-end-modules/issues/26) ([015ef81](http://bitbucket.org/aircall/front-end-modules/commits/015ef812b1a5a9f9b870e9561c0166629b3b1003))
## [2.3.13](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/tracker@2.3.12...@aircall/tracker@2.3.13) (2021-06-28)

@@ -8,0 +20,0 @@

2

dist/Tracker.js

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

}
// Track an event
// Track an event (log it in the console when in development mode, send it to Segment otherwise)
track(message, properties = {}) {

@@ -87,0 +87,0 @@ if (this.isDevelopment) {

{
"name": "@aircall/tracker",
"version": "2.3.13",
"version": "2.3.14",
"main": "dist/index.js",

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

},
"gitHead": "65538466c02d3bc5e6b58f2c5498c1f604ef63f7",
"gitHead": "9311138a247a6e3eb22897f8cefc98701222a652",
"devDependencies": {

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

@@ -137,3 +137,3 @@ export class AnalyticsJS extends Array {

// Track an event
// Track an event (log it in the console when in development mode, send it to Segment otherwise)
public track(message: string, properties: object = {}): void {

@@ -140,0 +140,0 @@ if (this.isDevelopment) {

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