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.6.2 to 0.7.0

4

lib/ElectronMainClient.js

@@ -9,4 +9,6 @@ 'use strict';

globalName = _require.globalName,
mainDispatchName = _require.mainDispatchName,
mainReturnName = _require.mainReturnName,
renderDispatchName = _require.renderDispatchName;
renderDispatchName = _require.renderDispatchName,
renderRegisterName = _require.renderRegisterName;

@@ -13,0 +15,0 @@ var _require2 = require('electron'),

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

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

@@ -1,2 +0,2 @@

const { globalName, mainReturnName, renderDispatchName } = require('./constants');
const { globalName, mainDispatchName, mainReturnName, renderDispatchName, renderRegisterName } = require('./constants');
const { ipcMain } = require('electron');

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