Socket
Socket
Sign inDemoInstall

@mparticle/web-google-analytics-kit

Package Overview
Dependencies
Maintainers
10
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mparticle/web-google-analytics-kit - npm Package Compare versions

Comparing version 2.1.12 to 2.1.13

17

dist/GoogleAnalyticsEventForwarder.common.js

@@ -20,3 +20,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

moduleId = 6,
version = '2.1.12',
version = '2.1.13',
MessageType = {

@@ -57,2 +57,3 @@ SessionStart: 1,

HITTYPE = 'Google.HitType',
ACTION = 'Google.Action',
CONTENTGROUPNUMBER = 'Google.CGNumber',

@@ -476,3 +477,4 @@ CONTENTGROUPVALUE = 'Google.CGValue',

category = getEventTypeName(event.EventCategory),
value;
value,
action;

@@ -501,3 +503,4 @@ if (event.EventAttributes) {

googleLabel = event.CustomFlags[LABEL],
googleValue = parseInt(event.CustomFlags[VALUE], 10);
googleValue = parseInt(event.CustomFlags[VALUE], 10),
googleAction = event.CustomFlags[ACTION];

@@ -516,2 +519,6 @@ if (googleCategory) {

}
if (googleAction && typeof googleAction === 'string') {
action = googleAction;
}
}

@@ -522,3 +529,3 @@

category,
event.EventName,
action || event.EventName,
label,

@@ -531,3 +538,3 @@ value]);

category,
event.EventName,
action || event.EventName,
label,

@@ -534,0 +541,0 @@ value,

{
"name": "@mparticle/web-google-analytics-kit",
"version": "2.1.12",
"version": "2.1.13",
"author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)",

@@ -5,0 +5,0 @@ "description": "mParticle integration sdk for Google Analytics",

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