Socket
Socket
Sign inDemoInstall

@openreplay/tracker

Package Overview
Dependencies
Maintainers
2
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openreplay/tracker - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

2

cjs/app/index.js

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

this.isActive = false;
this.version = '3.2.3';
this.version = '3.2.4';
this.projectKey = projectKey;

@@ -23,0 +23,0 @@ this.options = Object.assign({

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

req.send(JSON.stringify({
trackerVersion: '3.2.3',
trackerVersion: '3.2.4',
projectKey: options.projectKey,

@@ -114,0 +114,0 @@ doNotTrack,

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

const messages_1 = require("../messages");
const perf = utils_1.IN_BROWSER && 'memory' in performance // works in Chrome only
const perf = utils_1.IN_BROWSER && 'performance' in window && 'memory' in performance // works in Chrome only
? performance

@@ -9,0 +9,0 @@ : { memory: {} };

@@ -17,3 +17,3 @@ import { timestamp, log } from '../utils';

this.isActive = false;
this.version = '3.2.3';
this.version = '3.2.4';
this.projectKey = projectKey;

@@ -20,0 +20,0 @@ this.options = Object.assign({

@@ -107,3 +107,3 @@ import App, { DEFAULT_INGEST_POINT } from './app';

req.send(JSON.stringify({
trackerVersion: '3.2.3',
trackerVersion: '3.2.4',
projectKey: options.projectKey,

@@ -110,0 +110,0 @@ doNotTrack,

import { IN_BROWSER } from '../utils';
import { PerformanceTrack } from '../messages';
const perf = IN_BROWSER && 'memory' in performance // works in Chrome only
const perf = IN_BROWSER && 'performance' in window && 'memory' in performance // works in Chrome only
? performance

@@ -5,0 +5,0 @@ : { memory: {} };

{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "3.2.3",
"version": "3.2.4",
"keywords": [

@@ -6,0 +6,0 @@ "logging",

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