@openreplay/tracker-assist
Advanced tools
Comparing version
@@ -24,3 +24,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "5.0.0"; | ||
readonly version = "5.0.1-beta.1"; | ||
private socket; | ||
@@ -27,0 +27,0 @@ private peer; |
@@ -26,3 +26,3 @@ "use strict"; | ||
this.noSecureMode = noSecureMode; | ||
this.version = '5.0.0'; | ||
this.version = '5.0.1-beta.1'; | ||
this.socket = null; | ||
@@ -29,0 +29,0 @@ this.peer = null; |
@@ -14,3 +14,3 @@ "use strict"; | ||
let setInputValue = function (value) { this.value = value; }; | ||
const nativeInputValueDescriptor = Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, 'value'); | ||
const nativeInputValueDescriptor = typeof window !== 'undefined' && Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, 'value'); | ||
if (nativeInputValueDescriptor && nativeInputValueDescriptor.set) { | ||
@@ -17,0 +17,0 @@ setInputValue = nativeInputValueDescriptor.set; |
@@ -24,3 +24,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "5.0.0"; | ||
readonly version = "5.0.1-beta.1"; | ||
private socket; | ||
@@ -27,0 +27,0 @@ private peer; |
@@ -24,3 +24,3 @@ import { connect, } from 'socket.io-client'; | ||
this.noSecureMode = noSecureMode; | ||
this.version = '5.0.0'; | ||
this.version = '5.0.1-beta.1'; | ||
this.socket = null; | ||
@@ -27,0 +27,0 @@ this.peer = null; |
@@ -11,3 +11,3 @@ import Mouse from './Mouse.js'; | ||
let setInputValue = function (value) { this.value = value; }; | ||
const nativeInputValueDescriptor = Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, 'value'); | ||
const nativeInputValueDescriptor = typeof window !== 'undefined' && Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype, 'value'); | ||
if (nativeInputValueDescriptor && nativeInputValueDescriptor.set) { | ||
@@ -14,0 +14,0 @@ setInputValue = nativeInputValueDescriptor.set; |
{ | ||
"name": "@openreplay/tracker-assist", | ||
"description": "Tracker plugin for screen assistance through the WebRTC", | ||
"version": "5.0.0", | ||
"version": "5.0.1-beta.1", | ||
"keywords": [ | ||
@@ -30,7 +30,7 @@ "WebRTC", | ||
"csstype": "^3.0.10", | ||
"peerjs": "1.4.7", | ||
"peerjs": "1.3.2", | ||
"socket.io-client": "^4.4.1" | ||
}, | ||
"peerDependencies": { | ||
"@openreplay/tracker": ">=3.6.0" | ||
"@openreplay/tracker": ">=5.0.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
151090
0.07%2
100%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated