Socket
Socket
Sign inDemoInstall

@openreplay/tracker

Package Overview
Dependencies
Maintainers
3
Versions
211
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 11.0.1 to 11.0.2

coverage/lcov-report/main/modules/conditionsManager.ts.html

2

cjs/app/index.js

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

this.activityState = ActivityState.NotActive;
this.version = '11.0.1'; // TODO: version compatability check inside each plugin.
this.version = '11.0.2'; // TODO: version compatability check inside each plugin.
this.compressionThreshold = 24 * 1000;

@@ -48,0 +48,0 @@ this.restartAttempts = 0;

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

req.send(JSON.stringify({
trackerVersion: '11.0.1',
trackerVersion: '11.0.2',
projectKey: options.projectKey,

@@ -168,0 +168,0 @@ doNotTrack,

@@ -120,5 +120,7 @@ "use strict";

const init = argsList[1];
// @ts-ignore
if (!input || !(input === null || input === void 0 ? void 0 : input.url))
if (!input ||
// @ts-ignore
(typeof input !== 'string' && !(input === null || input === void 0 ? void 0 : input.url))) {
return target.apply(window, argsList);
}
const isORUrl = input instanceof URL || typeof input === 'string'

@@ -125,0 +127,0 @@ ? this.isServiceUrl(String(input))

@@ -42,3 +42,3 @@ import { Timestamp, Metadata, UserID, TabChange, TabData } from './messages.gen.js';

this.activityState = ActivityState.NotActive;
this.version = '11.0.1'; // TODO: version compatability check inside each plugin.
this.version = '11.0.2'; // TODO: version compatability check inside each plugin.
this.compressionThreshold = 24 * 1000;

@@ -45,0 +45,0 @@ this.restartAttempts = 0;

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

req.send(JSON.stringify({
trackerVersion: '11.0.1',
trackerVersion: '11.0.2',
projectKey: options.projectKey,

@@ -163,0 +163,0 @@ doNotTrack,

@@ -116,5 +116,7 @@ /**

const init = argsList[1];
// @ts-ignore
if (!input || !(input === null || input === void 0 ? void 0 : input.url))
if (!input ||
// @ts-ignore
(typeof input !== 'string' && !(input === null || input === void 0 ? void 0 : input.url))) {
return target.apply(window, argsList);
}
const isORUrl = input instanceof URL || typeof input === 'string'

@@ -121,0 +123,0 @@ ? this.isServiceUrl(String(input))

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

@@ -29,3 +29,3 @@ "logging",

"postversion": "bun run build",
"prepublishOnly": "bun run build"
"prepublishOnly": "bun run test && bun run build"
},

@@ -32,0 +32,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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