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

@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.7 to 2.1.8

4

CHANGELOG.md
## 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

8

dist/GoogleAnalyticsEventForwarder.common.js
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",

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