
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
redux-storage-engine-electron-store
Advanced tools
electron-store based engine for redux-storage.
npm install --save redux-storage-engine-electron-store
Simply invoke the function exported from this module to persist the Redux state store in the default store created by redux-storage.
import createEngine from 'redux-storage-engine-electron-store';
const engine = createEngine();
The function accepts an optional options argument with the following keys:
store: a custom redux-storage store to use instead of the default one,
or an object that is passed directly to the constructor of Store in
redux-storage in order to construct a new store.
key: an optional key under which the state will be stored in the store
object. When undefined, the entire store will be used to store the Redux
state.
For instance, to persist the Redux store into a file named state.json under
the key named reduxStore:
import createEngine from 'redux-storage-engine-electron-store';
const engine = createEngine({
key: 'reduxStore',
store: {
name: 'reduxStore'
}
});
FAQs
electron-store engine for redux-storage
We found that redux-storage-engine-electron-store demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.