New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zmp-ga4

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmp-ga4 - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

package.json
{
"name": "zmp-ga4",
"version": "1.7.0",
"version": "1.7.1",
"author": {

@@ -5,0 +5,0 @@ "name": "Nguyễn Hồng Phát",

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

var paths = location.pathname.split("/");
var pagePath = paths.length > 2 ? "/".concat(paths.slice(2).join("/")) : location.pathname;
var pagePath = paths.length > 3 ? "/".concat(paths.slice(3).join("/")) : location.pathname;
setTimeout(function () {

@@ -96,0 +96,0 @@ _this.trackEvent("page_view", {

@@ -30,3 +30,3 @@ export class AdaptiveAnalytics {

const pagePath =
paths.length > 2 ? `/${paths.slice(2).join("/")}` : location.pathname;
paths.length > 3 ? `/${paths.slice(3).join("/")}` : location.pathname;
setTimeout(() => {

@@ -33,0 +33,0 @@ this.trackEvent("page_view", {

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