electron-json-storage icon indicating copy to clipboard operation
electron-json-storage copied to clipboard

:package: Easily write and read user settings in Electron apps

Results 51 electron-json-storage issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

after building with vue-cli-plugin-electron-builder this error appears: > Uncaught Error: Cannot find module 'electron-json-storage' > Require stack: > - electron/js2c/renderer_init i use electron v.13.0.0 and vue-cli-plugin-electron-builder 2.1.1

Eg. storage.append(keyname,data,callback)

Was upgrading today to Electron v11 Using: electron-json-storage v4.3.0 Even after passing the data path form main_process to the renderer_process, and setting storage.setDataPath() in the renderer_process an error is being...

Hello there! I've been trying to figure out a very simple problem, and have come to a solution that doesn't sit well with me, so I wanted to reach out...

tested today the packe with electron 10 and only can use it if i activate the "enableRemoteModule" webPreference. in electron 10 they changed the default value of "enableRemoteModule" to false,...

Hi there, I'm trying to use electron-json-storage, but I'm getting this error in the console: ``` Uncaught TypeError: Cannot read property 'match' of undefined at patch (webpack-internal:///./node_modules/graceful-fs/polyfills.js:31) at patch (webpack-internal:///./node_modules/graceful-fs/graceful-fs.js:104)...

I'm having trouble getting the library working in the renderer process. I'm importing in the main process similar to the examples and everything works fine, but if I import in...

We have recently released an update of our app to production with a switch to `electron-json-storage` over https://www.npmjs.com/package/electron-store because I saw #122 and #124 implemented. We have started to get...

Right now JSON files are saved in plain text that anyone can open. It would be great if there was a simple API of saving and retrieving obfuscated files.