Socket
Socket
Sign inDemoInstall

redux-state-branch

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-state-branch - npm Package Compare versions

Comparing version 0.0.45 to 0.0.46

6

dist/index.d.ts

@@ -104,7 +104,3 @@ interface AnyAction<T = any> {

};
export declare const stateBranch: <ItemT extends AnyItem, BranchStateT extends State<ItemT>>() => <ActionsT, SelectorsT, ConstantsT extends {
[key: string]: string;
}, UtilsT extends {
[key: string]: any;
}>({ name, defaultItem, generateId: customGenerateIdFunc, actions: customActions, selectors: customSelectors, constants: customConstants, utils, defaultState, reducer: extendedReducer }: {
export declare const stateBranch: <ItemT extends AnyItem, BranchStateT extends State<ItemT>>() => <ActionsT, SelectorsT, ConstantsT, UtilsT>({ name, defaultItem, generateId: customGenerateIdFunc, actions: customActions, selectors: customSelectors, constants: customConstants, utils, defaultState, reducer: extendedReducer }: {
name: string;

@@ -111,0 +107,0 @@ actions?: ActionsT | undefined;

2

package.json
{
"name": "redux-state-branch",
"version": "0.0.45",
"version": "0.0.46",
"private": false,

@@ -5,0 +5,0 @@ "description": "A redux wrapper for sane people.",

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