Socket
Socket
Sign inDemoInstall

redux-devtools-instrument

Package Overview
Dependencies
2
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0-beta to 1.2.0-beta-1

3

lib/instrument.js

@@ -339,4 +339,3 @@ 'use strict';

if (dropNewActions) {
minInvalidatedStateIndex = Infinity;
break;
return liftedState || initialLiftedState;
}

@@ -343,0 +342,0 @@

{
"name": "redux-devtools-instrument",
"version": "1.2.0-beta",
"version": "1.2.0-beta-1",
"description": "Redux DevTools instrumentation",

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

@@ -315,4 +315,3 @@ import difference from 'lodash/difference';

if (dropNewActions) {
minInvalidatedStateIndex = Infinity;
break;
return liftedState || initialLiftedState;
}

@@ -319,0 +318,0 @@

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