Socket
Socket
Sign inDemoInstall

@openreplay/tracker

Package Overview
Dependencies
Maintainers
3
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.4.10 to 3.4.11

2

cjs/app/index.d.ts
import Message from "../messages/message.js";
import Nodes from "./nodes.js";
import Observer from "./observer/top_observer.js";
import Observer from "./observer.js";
import Ticker from "./ticker.js";

@@ -5,0 +5,0 @@ import type { Options as ObserverOptions } from "./observer.js";

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

const nodes_js_1 = require("./nodes.js");
const top_observer_js_1 = require("./observer/top_observer.js");
const observer_js_1 = require("./observer.js");
const ticker_js_1 = require("./ticker.js");

@@ -21,3 +21,3 @@ const performance_js_1 = require("../modules/performance.js");

this.isActive = false;
this.version = '3.4.10';
this.version = '3.4.11';
this.projectKey = projectKey;

@@ -44,3 +44,3 @@ this.options = Object.assign({

this.nodes = new nodes_js_1.default(this.options.node_id);
this.observer = new top_observer_js_1.default(this, this.options);
this.observer = new observer_js_1.default(this, this.options);
this.ticker = new ticker_js_1.default(this);

@@ -47,0 +47,0 @@ this.ticker.attach(() => this.commit());

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

req.send(JSON.stringify({
trackerVersion: '3.4.10',
trackerVersion: '3.4.11',
projectKey: options.projectKey,

@@ -121,0 +121,0 @@ doNotTrack,

import Message from "../messages/message.js";
import Nodes from "./nodes.js";
import Observer from "./observer/top_observer.js";
import Observer from "./observer.js";
import Ticker from "./ticker.js";

@@ -5,0 +5,0 @@ import type { Options as ObserverOptions } from "./observer.js";

import { timestamp, log, warn } from "../utils.js";
import { Timestamp } from "../messages/index.js";
import Nodes from "./nodes.js";
import Observer from "./observer/top_observer.js";
import Observer from "./observer.js";
import Ticker from "./ticker.js";

@@ -17,3 +17,3 @@ import { deviceMemory, jsHeapSizeLimit } from "../modules/performance.js";

this.isActive = false;
this.version = '3.4.10';
this.version = '3.4.11';
this.projectKey = projectKey;

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

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

req.send(JSON.stringify({
trackerVersion: '3.4.10',
trackerVersion: '3.4.11',
projectKey: options.projectKey,

@@ -117,0 +117,0 @@ doNotTrack,

{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "3.4.10",
"version": "3.4.11",
"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