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

webrtc-streaming-core

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-streaming-core - npm Package Compare versions

Comparing version 1.1.16 to 1.1.17

14

dist/gui/hid.js

@@ -128,2 +128,9 @@ "use strict";

this.relativeMouse = !(document.pointerLockElement == null);
if (this.isFullscreen()) {
this.shortcuts.forEach((element) => {
if (element.code == keys_model_2.ShortcutCode.PointerLock) {
element.ManualTrigger();
}
});
}
}, 100);

@@ -250,9 +257,2 @@ }

});
if ((event.key == "Esc" || event.key == "Escape") && this.isFullscreen()) {
this.shortcuts.forEach((element) => {
if (element.code == keys_model_2.ShortcutCode.PointerLock) {
element.ManualTrigger();
}
});
}
if (disable_send)

@@ -259,0 +259,0 @@ return;

{
"name": "webrtc-streaming-core",
"version": "1.1.16",
"version": "1.1.17",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/app.js",

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