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

@blotoutio/providers-google-analytics-4-sdk

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blotoutio/providers-google-analytics-4-sdk - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

13

index.js

@@ -22,5 +22,3 @@ var ProvidersGoogleAnalytics4Sdk = (function () {

const init = ({ manifest, userId }) => {
if (!window ||
!manifest.variables ||
manifest.variables['type'] === 'DYNAMIC') {
if (!window || !manifest.variables) {
return;

@@ -173,9 +171,10 @@ }

const tag = ({ data, eventName, manifestVariables }) => {
if (manifestVariables['type'] === 'FULL') {
const tag = ({ data, eventName }) => {
const isLoaded = window && window.gtag && !!getCookieValue('_ga');
if (isLoaded) {
handleTag({ data, eventName });
}
return {
loaded: !!getCookieValue('_ga'),
sdkVersion: "0.10.2" ,
loaded: isLoaded,
sdkVersion: "0.10.3" ,
};

@@ -182,0 +181,0 @@ };

{
"name": "@blotoutio/providers-google-analytics-4-sdk",
"version": "0.10.2",
"version": "0.10.3",
"description": "Google Analytics 4 Browser SDK for EdgeTag",

@@ -5,0 +5,0 @@ "author": "Blotout",

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