Socket
Socket
Sign inDemoInstall

remote-redux-devtools

Package Overview
Dependencies
22
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "remote-redux-devtools",
"version": "0.5.1",
"version": "0.5.2",
"description": "Relay Redux actions to remote Redux DevTools.",

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

@@ -62,3 +62,3 @@ Remote Redux DevTools

const composeEnhancers = composeWithDevTools({ realtime: true, port: 8000 });
const store = composeWithDevTools(reducer, /* preloadedState, */ composeEnhancers(
const store = createStore(reducer, /* preloadedState, */ composeEnhancers(
applyMiddleware(...middleware),

@@ -65,0 +65,0 @@ // other store enhancers if any

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc