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.29 to 0.0.30

2

dist/index.d.ts

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

defaultState?: BranchStateT;
reducer?: (state: State<ItemT>, action: IAction<ItemT>) => State<ItemT>;
reducer?: (state: BranchStateT, action: IAction<ItemT>) => BranchStateT;
generateId?: () => string;

@@ -105,0 +105,0 @@ });

{
"name": "redux-state-branch",
"version": "0.0.29",
"version": "0.0.30",
"private": false,

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

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