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.9.3 to 0.9.4

18

index.js

@@ -91,2 +91,20 @@ var ProvidersGoogleAnalytics4Sdk = (function () {

}
case 'AddShippingInfo': {
event = 'add_shipping_info';
eventData = {
currency: data['currency'],
value: data['value'],
items: getItems(data['contents'], data['currency']),
};
break;
}
case 'AddPaymentInfo': {
event = 'add_payment_info';
eventData = {
currency: data['currency'],
value: data['value'],
items: getItems(data['contents'], data['currency']),
};
break;
}
case 'Purchase': {

@@ -93,0 +111,0 @@ event = 'purchase';

2

package.json
{
"name": "@blotoutio/providers-google-analytics-4-sdk",
"version": "0.9.3",
"version": "0.9.4",
"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