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
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.4.2 to 3.4.3

4

cjs/app/index.js

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

this.isActive = false;
this.version = '3.4.2';
this.version = '3.4.3';
this.projectKey = projectKey;

@@ -119,3 +119,3 @@ this.options = Object.assign({

catch (e) {
this._debug("safe_fn_call", e);
app._debug("safe_fn_call", e);
// time: timestamp(),

@@ -122,0 +122,0 @@ // name: e.name,

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

req.send(JSON.stringify({
trackerVersion: '3.4.2',
trackerVersion: '3.4.3',
projectKey: options.projectKey,

@@ -118,0 +118,0 @@ doNotTrack,

@@ -5,3 +5,2 @@ export interface Options {

beaconSize?: number;
__debug_log?: boolean;
}

@@ -8,0 +7,0 @@ declare type Settings = {

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

this.isActive = false;
this.version = '3.4.2';
this.version = '3.4.3';
this.projectKey = projectKey;

@@ -116,3 +116,3 @@ this.options = Object.assign({

catch (e) {
this._debug("safe_fn_call", e);
app._debug("safe_fn_call", e);
// time: timestamp(),

@@ -119,0 +119,0 @@ // name: e.name,

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

req.send(JSON.stringify({
trackerVersion: '3.4.2',
trackerVersion: '3.4.3',
projectKey: options.projectKey,

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

@@ -5,3 +5,2 @@ export interface Options {

beaconSize?: number;
__debug_log?: boolean;
}

@@ -8,0 +7,0 @@ declare type Settings = {

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

@@ -6,0 +6,0 @@ "logging",

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