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.27 to 0.0.28

8

dist/index.d.ts

@@ -48,5 +48,5 @@ interface AnyAction<T = any> {

protected constant: Constants;
protected defaultItem: ItemT;
protected defaultItem: Partial<ItemT>;
protected generateId: () => string;
constructor(constants: Constants, defaultItem: ItemT, generateId: () => string);
constructor(constants: Constants, defaultItem: Partial<ItemT>, generateId: () => string);
replace(items: ItemsT<ItemT>, devToolsSuffix?: string): {

@@ -92,3 +92,3 @@ type: string;

select: SelectorsT;
defaultItem: ItemT;
defaultItem: Partial<ItemT>;
defaultState: BranchStateT;

@@ -98,3 +98,3 @@ protected extendedReducer: any;

name: string;
actions?: new (constants: Constants, defaultItem: ItemT, generateId: () => string) => ActionsT;
actions?: new (constants: Constants, defaultItem: Partial<ItemT>, generateId: () => string) => ActionsT;
selectors?: new (name: string) => SelectorsT;

@@ -101,0 +101,0 @@ constants?: ConstantsT;

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