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

browser-redux-sync

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-redux-sync - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

lib/sync.js

@@ -6,3 +6,3 @@ 'use strict';

var constants = require('redux-persist/constants');
var keyPrefix = constants.keyPrefix;
var keyPrefix = constants.KEY_PREFIX;
var isEqual = require('lodash/lang/isEqual');

@@ -9,0 +9,0 @@

{
"name": "browser-redux-sync",
"version": "1.0.1",
"version": "1.1.0",
"description": "Keep redux states in sync for browser extensions and apps.",

@@ -41,3 +41,3 @@ "main": "lib/index.js",

"peerDependencies": {
"redux-persist": "3.x"
"redux-persist": "3.5.x"
},

@@ -44,0 +44,0 @@ "authors": [

## Cross-browser extensions and Chrome apps states syncing
**Support redux-persist 3.x only**
Add syncing to your [redux](https://github.com/gaearon/redux) browser (Chrome and [Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities#storage)) extension or app.

@@ -4,0 +5,0 @@ It listens to the `chrome.storage` for [redux-persist](https://github.com/rt2zz/redux-persist) events. When an event occurs it will dispatch a rehydrate action.

var constants = require('redux-persist/constants');
var keyPrefix = constants.keyPrefix;
var keyPrefix = constants.KEY_PREFIX;
var isEqual = require('lodash/lang/isEqual');

@@ -4,0 +4,0 @@

Sorry, the diff of this file is not supported yet

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