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

@openreplay/tracker-assist

Package Overview
Dependencies
Maintainers
4
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 9.0.2-beta.1 to 9.0.2-beta.2

2

cjs/Assist.d.ts

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

private readonly noSecureMode;
readonly version = "9.0.2-beta.1";
readonly version = "9.0.2-beta.2";
private socket;

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

@@ -9,5 +9,8 @@ "use strict";

// @ts-ignore
if (app === null || !((_a = navigator === null || navigator === void 0 ? void 0 : navigator.mediaDevices) === null || _a === void 0 ? void 0 : _a.getUserMedia) || app.insideIframe) {
if (app === null || !((_a = navigator === null || navigator === void 0 ? void 0 : navigator.mediaDevices) === null || _a === void 0 ? void 0 : _a.getUserMedia)) {
return;
}
if (app.insideIframe) {
return;
}
if (!app.checkRequiredVersion || !app.checkRequiredVersion('13.0.0')) {

@@ -14,0 +17,0 @@ console.warn('OpenReplay Assist: couldn\'t load. The minimum required version of @openreplay/tracker/cjs@13.0.0 is not met');

@@ -1,1 +0,1 @@

export declare const pkgVersion = "9.0.2-beta.1";
export declare const pkgVersion = "9.0.2-beta.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgVersion = void 0;
exports.pkgVersion = "9.0.2-beta.1";
exports.pkgVersion = "9.0.2-beta.2";

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

private readonly noSecureMode;
readonly version = "9.0.2-beta.1";
readonly version = "9.0.2-beta.2";
private socket;

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

@@ -7,5 +7,8 @@ import './_slim.js';

// @ts-ignore
if (app === null || !((_a = navigator === null || navigator === void 0 ? void 0 : navigator.mediaDevices) === null || _a === void 0 ? void 0 : _a.getUserMedia) || app.insideIframe) {
if (app === null || !((_a = navigator === null || navigator === void 0 ? void 0 : navigator.mediaDevices) === null || _a === void 0 ? void 0 : _a.getUserMedia)) {
return;
}
if (app.insideIframe) {
return;
}
if (!app.checkRequiredVersion || !app.checkRequiredVersion('13.0.0')) {

@@ -12,0 +15,0 @@ console.warn('OpenReplay Assist: couldn\'t load. The minimum required version of @openreplay/tracker@13.0.0 is not met');

@@ -1,1 +0,1 @@

export declare const pkgVersion = "9.0.2-beta.1";
export declare const pkgVersion = "9.0.2-beta.2";

@@ -1,1 +0,1 @@

export const pkgVersion = "9.0.2-beta.1";
export const pkgVersion = "9.0.2-beta.2";
{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "9.0.2-beta.1",
"version": "9.0.2-beta.2",
"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