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.34.0 to 0.35.0

4

index.cjs.js

@@ -60,3 +60,3 @@ 'use strict';

}
if (content.item_price) {
if (content.item_price || content.item_price === 0) {
data['price'] = content.item_price;

@@ -272,3 +272,3 @@ }

loaded: isLoaded,
sdkVersion: "0.34.0" ,
sdkVersion: "0.35.0" ,
};

@@ -275,0 +275,0 @@ };

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

}
if (content.item_price) {
if (content.item_price || content.item_price === 0) {
data['price'] = content.item_price;

@@ -273,3 +273,3 @@ }

loaded: isLoaded,
sdkVersion: "0.34.0" ,
sdkVersion: "0.35.0" ,
};

@@ -276,0 +276,0 @@ };

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

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

Sorry, the diff of this file is not supported yet

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