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.33 to 0.0.34

.vscode/settings.json

2

dist/index.d.ts

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

type: string;
items: any[];
items: (Partial<ItemT> & ItemT)[];
};

@@ -66,0 +66,0 @@ update(items: ItemsT<ItemT>, devToolsSuffix?: string): {

@@ -8,3 +8,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

{
"name": "redux-state-branch",
"version": "0.0.33",
"version": "0.0.34",
"private": false,

@@ -41,4 +41,4 @@ "description": "A redux wrapper for sane people.",

"rmwc": "^1.9.2",
"typescript": "^3.0.1"
"typescript": "^3.4.5"
}
}
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