sindresorhus / electron-store

Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
MIT License
4.61k stars 150 forks source link

Does not work with context isolation :C #198

Open AgainPsychoX opened 3 years ago

AgainPsychoX commented 3 years ago

I found this https://github.com/reZach/secure-electron-store

AgainPsychoX commented 3 years ago

Actually the repo above is close to garbage

sindresorhus commented 3 years ago

As far as I know, electron-store should work fine with context isolation. There's nothing about it that should prevent this package from working.

timfish commented 2 years ago

conf will not work in the renderer if nodeIntegration: false.