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 0.0.26 to 0.0.27

4

dist/index.d.ts

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

*/
export declare class Selectors<ItemT, BranchType> {
export declare class Selectors<ItemT extends AnyItem, BranchStateT extends State<ItemT> = State<ItemT>> {
protected name: string;

@@ -45,3 +45,3 @@ constructor(name: string);

where<StateT>(state: StateT, condition: (item: ItemT) => boolean): ItemT[];
meta<StateT>(state: StateT): BranchType;
meta<StateT>(state: StateT): BranchStateT;
}

@@ -48,0 +48,0 @@ export declare class Actions<ItemT extends AnyItem, BranchStateT extends State<ItemT> = State<ItemT>> {

{
"name": "redux-state-branch",
"version": "0.0.26",
"version": "0.0.27",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc