New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electron-event-flux

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-event-flux - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

lib/MultiWinCacheStore.js

@@ -184,4 +184,3 @@ "use strict";

if (clientId === 'mainClient') {
_this.willQuit = true;
_this.closeAllWindows();
_this.onCloseMainClient();
}

@@ -298,2 +297,4 @@ _this.onDidWinClose && _this.onDidWinClose(clientId);

MultiWinCacheStore.prototype.onCloseMainClient = function () {
this.willQuit = true;
this.closeAllWindows();
};

@@ -300,0 +301,0 @@ MultiWinCacheStore.prototype.activeWin = function (clientId) {

2

package.json
{
"name": "electron-event-flux",
"version": "2.0.1",
"version": "2.0.2",
"description": "Redux store which synchronizes between instances in multiple process",

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

@@ -186,4 +186,3 @@ import MultiWinStore from './MultiWinStore';

if (clientId === 'mainClient') {
this.willQuit = true;
this.closeAllWindows();
this.onCloseMainClient();
}

@@ -307,3 +306,4 @@ this.onDidWinClose && this.onDidWinClose(clientId!);

onCloseMainClient() {
this.willQuit = true;
this.closeAllWindows();
}

@@ -310,0 +310,0 @@

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