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

@openreplay/tracker

Package Overview
Dependencies
Maintainers
2
Versions
218
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.2.2 to 3.2.3

2

cjs/app/index.js

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

this.isActive = false;
this.version = '3.2.2';
this.version = '3.2.3';
this.projectKey = projectKey;

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

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

req.send(JSON.stringify({
trackerVersion: '3.2.2',
trackerVersion: '3.2.3',
projectKey: options.projectKey,

@@ -114,0 +114,0 @@ doNotTrack,

@@ -5,4 +5,4 @@ import App from '../app';

export interface Options {
capturePerforamcnce: boolean;
capturePerformance: boolean;
}
export default function (app: App, opts: Partial<Options>): void;

@@ -13,5 +13,5 @@ "use strict";

const options = Object.assign({
capturePerforamcnce: true,
capturePerformance: true,
}, opts);
if (!options.capturePerforamcnce) {
if (!options.capturePerformance) {
return;

@@ -18,0 +18,0 @@ }

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

this.isActive = false;
this.version = '3.2.2';
this.version = '3.2.3';
this.projectKey = projectKey;

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

@@ -107,3 +107,3 @@ import App, { DEFAULT_INGEST_POINT } from './app';

req.send(JSON.stringify({
trackerVersion: '3.2.2',
trackerVersion: '3.2.3',
projectKey: options.projectKey,

@@ -110,0 +110,0 @@ doNotTrack,

@@ -5,4 +5,4 @@ import App from '../app';

export interface Options {
capturePerforamcnce: boolean;
capturePerformance: boolean;
}
export default function (app: App, opts: Partial<Options>): void;

@@ -10,5 +10,5 @@ import { IN_BROWSER } from '../utils';

const options = Object.assign({
capturePerforamcnce: true,
capturePerformance: true,
}, opts);
if (!options.capturePerforamcnce) {
if (!options.capturePerformance) {
return;

@@ -15,0 +15,0 @@ }

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