Socket
Socket
Sign inDemoInstall

lachie-ga4

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lachie-ga4 - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/ga4.js

@@ -110,3 +110,3 @@ "use strict";

script.async = true;
script.src = "https://www.googletagmanager.com/gtag/js?id=".concat(GA_MEASUREMENT_ID);
script.src = "https://an4.cryptotaxcalculator.io/js?id=".concat(GA_MEASUREMENT_ID);
if (nonce) {

@@ -113,0 +113,0 @@ script.setAttribute("nonce", nonce);

{
"name": "lachie-ga4",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Google Analytics 4 (that allows gtag URL to be customised)",

@@ -40,2 +40,1 @@ "main": "dist/index.js",

}

@@ -126,5 +126,1 @@ # React Google Analytics 4

MIT
lachiejamesctc
Z8ixuQC^Kt1%!8Y0
lachie@cryptotaxcalculator.io

@@ -90,3 +90,3 @@ import gtag from "./gtag";

script.async = true;
script.src = `https://www.googletagmanager.com/gtag/js?id=${GA_MEASUREMENT_ID}`;
script.src = `https://an4.cryptotaxcalculator.io/js?id=${GA_MEASUREMENT_ID}`;
if (nonce) {

@@ -93,0 +93,0 @@ script.setAttribute("nonce", nonce);

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