Socket
Socket
Sign inDemoInstall

electron-json-config

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.2 to 1.5.3

2

package.json
{
"name": "electron-json-config",
"version": "1.5.2",
"version": "1.5.3",
"description": "Simply set and get configuration from a json file for your Electron app",

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

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

if ((electron.app && electron.app.isReady()) || (electron.remote.app && electron.remote.app.isReady())) {
if ((electron.app && electron.app.isReady()) || (electron.remote && electron.remote.app && electron.remote.app.isReady())) {
readConfig();

@@ -22,0 +22,0 @@ } else {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc