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 0.7.9 to 0.7.10

2

lib/BrowserMainClient.js

@@ -58,3 +58,3 @@ 'use strict';

action: mainInitName,
data: [callbacks.getStores(_clientId), callbacks.getInitStates(_clientId)]
data: [callbacks.getInitStates(_clientId), callbacks.getStores(_clientId)]
}, '*');

@@ -61,0 +61,0 @@ }

{
"name": "electron-event-flux",
"version": "0.7.9",
"version": "0.7.10",
"description": "Redux store which synchronizes between instances in multiple process",

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

@@ -32,3 +32,3 @@ const { renderRegisterName, renderDispatchName, mainDispatchName, mainInitName } = require('./constants');

action: mainInitName,
data: [callbacks.getStores(clientId), callbacks.getInitStates(clientId)],
data: [callbacks.getInitStates(clientId), callbacks.getStores(clientId)],
}, '*');

@@ -35,0 +35,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