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.2 to 2.0.3

2

lib/StoreBase.d.ts

@@ -13,3 +13,3 @@ import { Emitter } from 'event-kit';

appStores: {
[name: string]: StoreBase;
[name: string]: any;
};

@@ -16,0 +16,0 @@ _appStore: AppStore | undefined;

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

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

@@ -24,3 +24,3 @@ import { Emitter } from 'event-kit';

export default class StoreBase {
appStores: { [name: string]: StoreBase } = {};
appStores: { [name: string]: any } = {};
_appStore: AppStore | undefined;

@@ -27,0 +27,0 @@ options: any;

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