@mparticle/web-google-analytics-kit
Advanced tools
Comparing version 2.1.7 to 2.1.8
## Releases | ||
-- | ||
#### 2.1.8 - 2020-12-10 | ||
- Bugfix - Remove unused variable, declare attrName variable | ||
- This resolves an issue when self hosting and using strict mode | ||
#### 2.1.7 - 2020-12-02 | ||
@@ -5,0 +9,0 @@ - Update version to 2.1.7 |
Object.defineProperty(exports, '__esModule', { value: true }); | ||
/* eslint-disable no-undef*/ | ||
// | ||
@@ -21,3 +20,3 @@ // Copyright 2019 mParticle, Inc. | ||
moduleId = 6, | ||
version = '2.1.6', | ||
version = '2.1.8', | ||
MessageType = { | ||
@@ -101,3 +100,3 @@ SessionStart: 1, | ||
for (var customDimension in mapLevel.customDimensions) { | ||
for (attrName in attributes) { | ||
for (var attrName in attributes) { | ||
if (customDimension === attrName) { | ||
@@ -466,7 +465,6 @@ mapLevel.customDimensions[customDimension].forEach(function(cd) { | ||
function initForwarder(settings, service, testMode, tid, userAttributes, userIdentities, appVersion, appName, customFlags, clientId) { | ||
function initForwarder(settings, service, testMode, tid, userAttributes, userIdentities, appVersion, appName, customFlags) { | ||
try { | ||
forwarderSettings = settings; | ||
reportingService = service; | ||
isTesting = testMode; | ||
@@ -473,0 +471,0 @@ if (!tid) { |
{ | ||
"name": "@mparticle/web-google-analytics-kit", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)", | ||
@@ -5,0 +5,0 @@ "description": "mParticle integration sdk for Google Analytics", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34041
578