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 3.4.14 to 3.4.15

cjs/app/observer.d.ts

2

cjs/app/index.js

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

this.isActive = false;
this.version = '3.4.14';
this.version = '3.4.15';
this.projectKey = projectKey;

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

@@ -44,6 +44,2 @@ "use strict";

const observer = new iframe_observer_js_1.default(this.app, this.options, context);
// @ts-ignore
observer.commited = this.commited;
// @ts-ignore
//observers.recents = this.recents
this.iframeObservers.push(observer);

@@ -50,0 +46,0 @@ observer.observe(iframe);

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

req.send(JSON.stringify({
trackerVersion: '3.4.14',
trackerVersion: '3.4.15',
projectKey: options.projectKey,

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

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

this.isActive = false;
this.version = '3.4.14';
this.version = '3.4.15';
this.projectKey = projectKey;

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

@@ -42,6 +42,2 @@ import Observer, { isInstance } from "./observer.js";

const observer = new IFrameObserver(this.app, this.options, context);
// @ts-ignore
observer.commited = this.commited;
// @ts-ignore
//observers.recents = this.recents
this.iframeObservers.push(observer);

@@ -48,0 +44,0 @@ observer.observe(iframe);

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

req.send(JSON.stringify({
trackerVersion: '3.4.14',
trackerVersion: '3.4.15',
projectKey: options.projectKey,

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

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