Socket
Socket
Sign inDemoInstall

remote-redux-devtools

Package Overview
Dependencies
28
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.14 to 0.5.15

12

lib/devTools.js

@@ -29,9 +29,9 @@ 'use strict';

var _remotedevUtils = require('remotedev-utils');
var _utils = require('redux-devtools-core/lib/utils');
var _catchErrors = require('remotedev-utils/lib/catchErrors');
var _catchErrors = require('redux-devtools-core/lib/utils/catchErrors');
var _catchErrors2 = _interopRequireDefault(_catchErrors);
var _filters = require('remotedev-utils/lib/filters');
var _filters = require('redux-devtools-core/lib/utils/filters');

@@ -112,3 +112,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

try {
var result = (0, _remotedevUtils.evalAction)(action, actionCreators);
var result = (0, _utils.evalAction)(action, actionCreators);
store.dispatch(result);

@@ -192,3 +192,3 @@ } catch (e) {

if (options.actionCreators) actionCreators = function actionCreators() {
return (0, _remotedevUtils.getActionsArray)(options.actionCreators);
return (0, _utils.getActionsArray)(options.actionCreators);
};

@@ -313,2 +313,4 @@ stateSanitizer = options.stateSanitizer;

maxAge: maxAge,
trace: options.trace,
traceLimit: options.traceLimit,
shouldCatchErrors: !!sendOnError,

@@ -315,0 +317,0 @@ shouldHotReload: options.shouldHotReload,

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

@@ -57,4 +57,4 @@ "main": "lib/index.js",

"querystring": "^0.2.0",
"redux-devtools-instrument": "^1.9.3",
"remotedev-utils": "^0.1.1",
"redux-devtools-instrument": "^1.9.4",
"redux-devtools-core": "^0.2.0",
"rn-host-detect": "^1.1.5",

@@ -61,0 +61,0 @@ "socketcluster-client": "^14.2.1"

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