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.17 to 3.0.18

4

alwaysontop/render/index.js

@@ -55,5 +55,3 @@ /* global __dirname */

this._api.on('_willDispose', this._disposeWindow);
this._api.on('videoConferenceJoined', this._onConferenceJoined);
this._api.on('videoConferenceLeft', this._disposeWindow);
this._api.on('readyToClose', this._disposeWindow);

@@ -232,7 +230,5 @@ }

this._api.removeListener('_willDispose', this._disposeWindow);
this._api.removeListener('largeVideoChanged', this._updateLargeVideoSrc);
this._api.removeListener('videoMuteStatusChanged', this._updateLargeVideoSrc);
this._api.removeListener('videoConferenceJoined', this._onConferenceJoined);
this._api.removeListener('videoConferenceLeft', this._disposeWindow);
this._api.removeListener('readyToClose', this._disposeWindow);

@@ -239,0 +235,0 @@

2

package.json
{
"name": "@jitsi/electron-sdk",
"version": "3.0.17",
"version": "3.0.18",
"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