Socket
Socket
Sign inDemoInstall

reshow-flux-base

Package Overview
Dependencies
Maintainers
1
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.3 to 1.1.4

6

build/cjs/createReducer.js

@@ -78,9 +78,9 @@ "use strict";

* @param {T} state
* @param {any=} reason
* @param {string} cause
* @returns {T}
*/
var checkReturnState = function checkReturnState(state, reason) {
var checkReturnState = function checkReturnState(state, cause) {
if (state === undefined) {
throw new Error("Reducer change return undefined.", {
cause: reason + ""
cause: new Error(cause)
});

@@ -87,0 +87,0 @@ }

{
"version": "1.1.3",
"version": "1.1.4",
"name": "reshow-flux-base",

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

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