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.31 to 0.0.33

2

dist/index.d.ts

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

constructor(name: string);
byId<StateT>(state: StateT, id?: string): ItemT | undefined;
byId<StateT>(state: StateT, id?: string | null): ItemT | undefined;
all<StateT>(state: StateT): ItemT[];

@@ -44,0 +44,0 @@ where<StateT>(state: StateT, condition: (item: ItemT) => boolean): ItemT[];

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