Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 1.6.3

2

package.json
{
"name": "zmp-ga4",
"version": "1.6.2",
"version": "1.6.3",
"author": {

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

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

name: action,
params: __assign({ engagement_time_msec: performance.now() - this.startTime, protocol: location.protocol }, params)
params: __assign({ engagement_time_msec: String(Math.round(performance.now() - this.startTime)), protocol: location.protocol }, params)
});

@@ -190,0 +190,0 @@ clearTimeout(this.timeout);

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

params: {
engagement_time_msec: performance.now() - this.startTime,
engagement_time_msec: String(
Math.round(performance.now() - this.startTime)
),
protocol: location.protocol,

@@ -155,0 +157,0 @@ ...params,

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