Socket
Socket
Sign inDemoInstall

remote-redux-devtools

Package Overview
Dependencies
20
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

2

lib/devTools.js

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

function devTools(options) {
var maxAge = options.maxAge || 30;
var maxAge = options && options.maxAge || 30;
return function (next) {

@@ -143,0 +143,0 @@ return function (reducer, initialState) {

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc