@openreplay/tracker
Advanced tools
Comparing version 14.0.10 to 14.0.11
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1290141
14126
13
1