Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.3.3 to 0.3.4

1

lib/configure.js

@@ -22,2 +22,3 @@ 'use strict';

storage: _storage2['default'],
skipRestore: true,
serialize: function serialize(data) {

@@ -24,0 +25,0 @@ return data;

2

package.json
{
"name": "browser-redux-sync",
"version": "0.3.3",
"version": "0.3.4",
"description": "Keep redux states in sync for browser extensions and apps.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -7,2 +7,3 @@ import storage from './storage';

storage: storage,
skipRestore: true,
serialize: data => data,

@@ -9,0 +10,0 @@ deserialize: data => data,

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