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.2 to 0.3.3

3

lib/configure.js

@@ -27,3 +27,4 @@ 'use strict';

return data;
}
},
debounce: 0
});

@@ -30,0 +31,0 @@ }

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

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

@@ -8,4 +8,5 @@ import storage from './storage';

serialize: data => data,
deserialize: data => data
deserialize: data => data,
debounce: 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