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.6.0 to 1.6.1

2

package.json
{
"name": "zmp-ga4",
"version": "1.6.0",
"version": "1.6.1",
"author": {

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

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

_this.trackEvent("page_view", {
page_path: paths.length > 1 ? paths[paths.length - 1] : paths[0],
page_path: "/".concat(paths.length > 1 ? paths[paths.length - 1] : paths[0]),
page_params: location.search,

@@ -97,0 +97,0 @@ page_title: document.title

@@ -29,3 +29,5 @@ export class AdaptiveAnalytics {

this.trackEvent("page_view", {
page_path: paths.length > 1 ? paths[paths.length - 1] : paths[0],
page_path: `/${
paths.length > 1 ? paths[paths.length - 1] : paths[0]
}`,
page_params: location.search,

@@ -32,0 +34,0 @@ page_title: document.title,

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