New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redux-state-sync

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-state-sync - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "redux-state-sync",
"version": "0.0.2",
"description": "A middleware for redux to sync localstorage state in different tabs",
"version": "0.0.3",
"description": "A middleware for redux to sync state in different tabs",
"main": "dist/syncStorage.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -61,2 +61,3 @@ # Redux-State-Sync

const repo = yield call(api.fetchRepo, action.url);
/* Triggers a REPO_SUCCESS and this action should be triggered in other tabs also */
yield put({ type: 'REPO_SUCCESS', repo });

@@ -63,0 +64,0 @@ } catch (e) {

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