Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-settings

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-settings - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/settings.js

@@ -213,3 +213,3 @@ /**

_setupInternalEventBindings() {
this.on(Settings.Events.CREATE, this._onCreated);
this.on(Settings.Events.CREATE, this._onCreate);
this.on(Settings.Events.CHANGE, this._onChange);

@@ -216,0 +216,0 @@ this.on(Settings.Events.SAVE, this._onSave);

{
"name": "electron-settings",
"version": "1.1.0",
"version": "1.1.1",
"description": "User settings manager for Electron",

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

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