Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openreplay/tracker

Package Overview
Dependencies
Maintainers
3
Versions
219
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.5.1 to 3.5.2

2

cjs/app/index.js

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

this.activityState = ActivityState.NotActive;
this.version = '3.5.1'; // TODO: version compatability check inside each plugin.
this.version = '3.5.2'; // TODO: version compatability check inside each plugin.
this.preStartMessages = [];

@@ -37,0 +37,0 @@ this.projectKey = projectKey;

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

req.send(JSON.stringify({
trackerVersion: '3.5.1',
trackerVersion: '3.5.2',
projectKey: options.projectKey,

@@ -135,0 +135,0 @@ doNotTrack,

@@ -31,3 +31,3 @@ import { timestamp } from "../utils.js";

this.activityState = ActivityState.NotActive;
this.version = '3.5.1'; // TODO: version compatability check inside each plugin.
this.version = '3.5.2'; // TODO: version compatability check inside each plugin.
this.preStartMessages = [];

@@ -34,0 +34,0 @@ this.projectKey = projectKey;

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

req.send(JSON.stringify({
trackerVersion: '3.5.1',
trackerVersion: '3.5.2',
projectKey: options.projectKey,

@@ -131,0 +131,0 @@ doNotTrack,

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

@@ -44,4 +44,4 @@ "logging",

"engines": {
"node": ">=14"
"node": ">=12"
}
}
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