Socket
Socket
Sign inDemoInstall

electron-store

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-store - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

8

index.js

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

let isInitialized = false;
// Set up the `ipcMain` handler for communication between renderer and main process.

@@ -18,2 +20,6 @@ const initDataListener = () => {

if (isInitialized) {
return appData;
}
ipcMain.on('electron-store-get-data', event => {

@@ -23,2 +29,4 @@ event.returnValue = appData;

isInitialized = true;
return appData;

@@ -25,0 +33,0 @@ };

2

package.json
{
"name": "electron-store",
"version": "7.0.2",
"version": "7.0.3",
"description": "Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc",

@@ -5,0 +5,0 @@ "license": "MIT",

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