You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

react-matomo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-matomo - npm Package Compare versions

Comparing version

to
0.0.5

8

lib/cjs/core/index.js

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

_a.sent();
if (this.args.disabled || !this.tracker) {
if (!this.tracker) {
return [2 /*return*/];

@@ -92,3 +92,3 @@ }

_a.sent();
if (this.args.disabled || !this.tracker) {
if (!this.tracker) {
return [2 /*return*/];

@@ -109,3 +109,5 @@ }

this.args = args;
this.init();
if (!this.args.disabled) {
this.init();
}
}

@@ -112,0 +114,0 @@ return MatomoTracker;

@@ -74,3 +74,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

_a.sent();
if (this.args.disabled || !this.tracker) {
if (!this.tracker) {
return [2 /*return*/];

@@ -90,3 +90,3 @@ }

_a.sent();
if (this.args.disabled || !this.tracker) {
if (!this.tracker) {
return [2 /*return*/];

@@ -107,3 +107,5 @@ }

this.args = args;
this.init();
if (!this.args.disabled) {
this.init();
}
}

@@ -110,0 +112,0 @@ return MatomoTracker;

{
"name": "react-matomo",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",