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

@aircall/tracker

Package Overview
Dependencies
Maintainers
5
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.4.0 to 2.5.1

19

CHANGELOG.md

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

## [2.5.1](https://gitlab.com/aircall/shared/front-end-modules/compare/@aircall/tracker@2.5.0...@aircall/tracker@2.5.1) (2021-11-25)
**Note:** Version bump only for package @aircall/tracker
# [2.5.0](https://gitlab.com/aircall/shared/front-end-modules/compare/@aircall/tracker@2.4.0...@aircall/tracker@2.5.0) (2021-11-25)
### Features
* **jabra:** add Jabra module [PH-4114] ([c4c10a0](https://gitlab.com/aircall/shared/front-end-modules/commit/c4c10a068876156bfb79cc5ece9f2f9e343530a3))
# [2.4.0](http://bitbucket.org/aircall/front-end-modules/compare/@aircall/tracker@2.3.14...@aircall/tracker@2.4.0) (2021-08-16)

@@ -8,0 +27,0 @@

2

dist/Tracker.js

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

}
// Private method to construct the Segment SDK script
// Private method to construct the Segment SDK script.
getScriptTag(key) {

@@ -68,0 +68,0 @@ const script = document.createElement('script');

{
"name": "@aircall/tracker",
"version": "2.4.0",
"version": "2.5.1",
"main": "dist/index.js",

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

},
"gitHead": "5cd333f722a03dd290ca925b2db677b1eefe8a11",
"gitHead": "1b659b6c3041ad2b1eb651b7659a514f2b0ac6c6",
"devDependencies": {

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

@@ -5,3 +5,2 @@ import Tracker, {

ICompanyTierLevel,
IUserOS,
TRACKER_ENVIRONMENT,

@@ -8,0 +7,0 @@ WindowWithAnalytics

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

// Private method to construct the Segment SDK script
// Private method to construct the Segment SDK script.
private getScriptTag(key: TrackerInitOptions['key']): HTMLScriptElement {

@@ -118,0 +118,0 @@ const script: HTMLScriptElement = document.createElement('script');

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