Socket
Socket
Sign inDemoInstall

reshow-flux-base

Package Overview
Dependencies
Maintainers
0
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-flux-base - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

build/cjs/createReducer.js

@@ -133,3 +133,3 @@ "use strict";

return nextExec.reduce(function (curState, curFunc) {
return checkReturnState(curFunc(curState, action, prevState), "FluxHandler: " + curFunc);
return checkReturnState(curFunc(curState, action, prevState), "Handler: " + curFunc);
}, state);

@@ -136,0 +136,0 @@ };

{
"version": "1.1.6",
"version": "1.1.7",
"name": "reshow-flux-base",

@@ -4,0 +4,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc