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.10 to 0.5.11

4

lib/devTools.js

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

suppressConnectErrors = options.suppressConnectErrors ? options.suppressConnectErrors : true;
suppressConnectErrors = options.suppressConnectErrors !== undefined ? options.suppressConnectErrors : true;

@@ -235,3 +235,3 @@ startOn = str2array(options.startOn);

if (errorCounts[err.name] === 1) {
console.log('remote-redux-devtools: Socket connection errors are being suppressed. ' + '\n' + 'To disable this suppression, include the logRepeatedConnectErrors with a value of \'true\'.');
console.log('remote-redux-devtools: Socket connection errors are being suppressed. ' + '\n' + 'This can be disabled by setting suppressConnectErrors to \'false\'.');
console.log(err);

@@ -238,0 +238,0 @@ }

{
"name": "remote-redux-devtools",
"version": "0.5.10",
"version": "0.5.11",
"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