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

@jitsi/electron-sdk

Package Overview
Dependencies
Maintainers
8
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsi/electron-sdk - npm Package Compare versions

Comparing version 3.0.18 to 3.0.19

7

alwaysontop/render/index.js

@@ -234,3 +234,8 @@ /* global __dirname */

this._intersectionObserver.unobserve(this._api.getIFrame());
const iframe = this._api.getIFrame();
if (iframe) {
this._intersectionObserver.unobserve(this._api.getIFrame());
}
this.emit(EXTERNAL_EVENTS.ALWAYSONTOP_WILL_CLOSE);

@@ -237,0 +242,0 @@

2

package.json
{
"name": "@jitsi/electron-sdk",
"version": "3.0.18",
"version": "3.0.19",
"description": "Utilities for jitsi-meet-electron project",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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