Socket
Socket
Sign inDemoInstall

redux-state-branch

Package Overview
Dependencies
3
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

LICENSE

2

dist/index.d.ts

@@ -150,3 +150,3 @@ import { Reducer, Middleware, StoreEnhancer } from 'redux';

/** Custom reducer handling to be used in addition to Redux StateBranch's built in handling. */
reducer?: Reducer<BranchStateT>;
reducer?: Reducer<BranchStateT | undefined>;
/** A custom id generating function for newly created objects. This only applies if you have NOT specified any custom actions. When specifying custom actions, pass the generateId function to the `createActions` factory. */

@@ -153,0 +153,0 @@ generateId?: () => string;

{
"name": "redux-state-branch",
"version": "1.2.2",
"version": "1.2.3",
"private": false,

@@ -5,0 +5,0 @@ "description": "A library for simplified Redux development.",

Sorry, the diff of this file is not supported yet

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