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.7 to 0.7.8

lib/WindowStoreBase.js

1

lib/MainAppStore.js

@@ -132,3 +132,2 @@ 'use strict';

console.log(util.inspect(action, { showHidden: false, depth: null }));
mainClient.sendToRenderer(client, JSON.stringify(action));

@@ -135,0 +134,0 @@ });

@@ -75,4 +75,2 @@ 'use strict';

this.state = objectMerge(this.state, updated, deleted);
var util = require('util');
console.log(util.inspect(this.state, { showHidden: false, depth: null }));
this.sendUpdate();

@@ -79,0 +77,0 @@ }

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

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

@@ -67,3 +67,2 @@ import AppStore from 'event-flux/lib/AppStore';

console.log(util.inspect(action, {showHidden: false, depth: null}))
mainClient.sendToRenderer(client, JSON.stringify(action));

@@ -70,0 +69,0 @@ });

@@ -32,6 +32,4 @@ import AppStore from 'event-flux/lib/AppStore';

this.state = objectMerge(this.state, updated, deleted);
const util = require('util')
console.log(util.inspect(this.state, {showHidden: false, depth: null}))
this.sendUpdate();
}
}
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