Socket
Socket
Sign inDemoInstall

reshow-flux-base

Package Overview
Dependencies
Maintainers
0
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-flux-base - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

package.json
{
"version": "1.1.7",
"version": "1.1.8",
"name": "reshow-flux-base",

@@ -4,0 +4,0 @@ "repository": {

export type InitStateType<StateType> = import("./type").InitStateType<StateType>;
export type ReducerType<StateType, ActionType> = import("./type").ReducerType<StateType, ActionType>;
export type FluxHandler<StateType, ActionType> = import("./type").FluxHandler<StateType, ActionType>;
export type DispatchFunction<StateType, ActionType> = import("./type").DispatchFunction<StateType, ActionType>;

@@ -4,0 +5,0 @@ export type StoreObject<StateType, ActionType> = import("./type").StoreObject<StateType, ActionType>;

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