reZach / secure-electron-store

A secure electron-store that uses ipcMain/ipcRenderer.
MIT License
51 stars 2 forks source link

PR to electron store? #9

Closed lacymorrow closed 2 years ago

lacymorrow commented 2 years ago

Since this is well thought-out and so many folks use @sindresorhus packages, why not PR this to the electron-store repo?

I believe Sindre wrote conf as well, so everything should be possible to update to be as secure, and it would help more projects.

reZach commented 2 years ago

It appears he already is communicating via IPC (https://github.com/sindresorhus/electron-store#initrenderer), that is the secure way to do it.

reZach commented 2 years ago

@lacymorrow The feature set is pretty comparable between these, and given his package is using IPC, it's secure to use as well. I'd like to keep and maintain this package, but you are free to use electron-store if you'd like. Thanks for your input here!