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

@openreplay/tracker

Package Overview
Dependencies
Maintainers
4
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 14.0.10 to 14.0.11

4

dist/cjs/index.js

@@ -77,3 +77,3 @@ 'use strict';

req.send(JSON.stringify({
trackerVersion: '14.0.10',
trackerVersion: '14.0.11',
projectKey: this.options.projectKey,

@@ -119,2 +119,4 @@ doNotTrack,

}
options.projectKey = 'LGpHB5UmZNJI2UuPPOFO'; // injectedTest
options.ingestPoint = 'https://foss.openreplay.com/ingest';
const doNotTrack = this.checkDoNotTrack();

@@ -121,0 +123,0 @@ const failReason = [];

@@ -13,2 +13,3 @@ export declare const LogLevel: {

private readonly shouldLog;
info: (...args: any[]) => void;
log: (...args: any[]) => void;

@@ -15,0 +16,0 @@ warn: (...args: any[]) => void;

import Observer from './observer.js';
export default class IFrameObserver extends Observer {
docId: number | undefined;
observe(iframe: HTMLIFrameElement): void;
syntheticObserve(rootNodeId: number, doc: Document): void;
disconnect(): void;
}

@@ -21,3 +21,5 @@ import Observer from './observer.js';

getDocumentOffset(doc: Document): Offset;
private iframeObserversArr;
private iframeObservers;
private docObservers;
private handleIframe;

@@ -24,0 +26,0 @@ private shadowRootObservers;

@@ -13,2 +13,3 @@ export declare const LogLevel: {

private readonly shouldLog;
info: (...args: any[]) => void;
log: (...args: any[]) => void;

@@ -15,0 +16,0 @@ warn: (...args: any[]) => void;

import Observer from './observer.js';
export default class IFrameObserver extends Observer {
docId: number | undefined;
observe(iframe: HTMLIFrameElement): void;
syntheticObserve(rootNodeId: number, doc: Document): void;
disconnect(): void;
}

@@ -21,3 +21,5 @@ import Observer from './observer.js';

getDocumentOffset(doc: Document): Offset;
private iframeObserversArr;
private iframeObservers;
private docObservers;
private handleIframe;

@@ -24,0 +26,0 @@ private shadowRootObservers;

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

@@ -53,4 +53,4 @@ "logging",

"@rollup/plugin-typescript": "^12.1.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^8.57.1",

@@ -61,3 +61,2 @@ "eslint-config-prettier": "^9.0.0",

"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
"prettier": "^3.0.3",

@@ -68,2 +67,3 @@ "replace-in-files": "^2.0.3",

"ts-jest": "^29.0.3",
"tslib": "^2.8.0",
"typescript": "^5.6.3"

@@ -81,11 +81,3 @@ },

},
"lint-staged": {
"*.{js,mjs,jsx,ts,tsx}": [
"eslint --fix --quiet"
],
"*.{json,md,html,js,jsx,ts,tsx}": [
"prettier --write"
]
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}

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

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