New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openreplay/tracker-assist

Package Overview
Dependencies
Maintainers
3
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openreplay/tracker-assist - npm Package Compare versions

Comparing version 5.0.2-beta.2 to 5.0.2-beta.3

2

cjs/Assist.d.ts

@@ -27,3 +27,3 @@ import type { Properties } from 'csstype';

private readonly noSecureMode;
readonly version = "5.0.2-beta.2";
readonly version = "5.0.2-beta.3";
private socket;

@@ -30,0 +30,0 @@ private peer;

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

this.noSecureMode = noSecureMode;
this.version = '5.0.2-beta.2';
this.version = '5.0.2-beta.3';
this.socket = null;

@@ -65,2 +65,3 @@ this.peer = null;

console.log('Openreplay: triggered stop callback, normal restart: ', this.assistDemandedRestart);
console.trace('Tracing restart');
if (this.assistDemandedRestart) {

@@ -67,0 +68,0 @@ return;

@@ -27,3 +27,3 @@ import type { Properties } from 'csstype';

private readonly noSecureMode;
readonly version = "5.0.2-beta.2";
readonly version = "5.0.2-beta.3";
private socket;

@@ -30,0 +30,0 @@ private peer;

@@ -23,3 +23,3 @@ import { connect, } from 'socket.io-client';

this.noSecureMode = noSecureMode;
this.version = '5.0.2-beta.2';
this.version = '5.0.2-beta.3';
this.socket = null;

@@ -63,2 +63,3 @@ this.peer = null;

console.log('Openreplay: triggered stop callback, normal restart: ', this.assistDemandedRestart);
console.trace('Tracing restart');
if (this.assistDemandedRestart) {

@@ -65,0 +66,0 @@ return;

{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "5.0.2-beta.2",
"version": "5.0.2-beta.3",
"keywords": [

@@ -6,0 +6,0 @@ "WebRTC",

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