Socket
Socket
Sign inDemoInstall

remote-redux-devtools

Package Overview
Dependencies
25
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.11 to 0.5.12

2

lib/devTools.js

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

init(_extends({}, options, {
hostname: (0, _rnHostDetect2.default)(options.hostname)
hostname: (0, _rnHostDetect2.default)(options.hostname || 'localhost')
}));

@@ -302,0 +302,0 @@ var realtime = typeof options.realtime === 'undefined' ? process.env.NODE_ENV === 'development' : options.realtime;

{
"name": "remote-redux-devtools",
"version": "0.5.11",
"version": "0.5.12",
"description": "Relay Redux actions to remote Redux DevTools.",

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

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