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
8
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.0.2 to 2.0.3

5

CHANGELOG.md

@@ -5,2 +5,7 @@ ## Releases

#### 2.0.3 - 2020-01-29
- Bugfix - Account for Google.Title Custom Flag
- Update 'main' in package.json
#### 2.0.2 - 2019-11-20

@@ -7,0 +12,0 @@

4

dist/GoogleAnalyticsEventForwarder.common.js

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

LABEL = 'Google.Label',
TITLE = 'Google.Title';
PAGE = 'Google.Page',

@@ -339,2 +340,5 @@ VALUE = 'Google.Value',

}
if (event.CustomFlags && event.CustomFlags[TITLE]){
ga(createCmd('set'), 'title', event.CustomFlags[TITLE]);
}
ga(createCmd('send'), customFlags && customFlags[HITTYPE] ? customFlags[HITTYPE] : 'pageview', outputDimensionsAndMetrics);

@@ -341,0 +345,0 @@ }

5

package.json
{
"name": "@mparticle/web-google-analytics-kit",
"version": "2.0.2",
"version": "2.0.3",
"author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)",
"description": "mParticle integration sdk for Google Analytics",
"main": "dist/GoogleAnalyticsEventForwarder.common.js",
"browser": "dist/GoogleAnalyticsEventForwarder.common.js",

@@ -27,5 +28,5 @@ "files": [

"dependencies": {
"@mparticle/web-sdk": "^2.10.0-rc.1"
"@mparticle/web-sdk": "^2.11.0"
},
"license": "Apache-2.0"
}
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