Socket
Socket
Sign inDemoInstall

redux-fluent

Package Overview
Dependencies
6
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.7 to 0.8.8

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [0.8.8](https://github.com/Code-Y/redux-fluent/compare/v0.8.7...v0.8.8) (2019-03-11)
## [0.8.7](https://github.com/Code-Y/redux-fluent/compare/v0.8.6...v0.8.7) (2019-03-11)

@@ -7,0 +11,0 @@

2

dist/create-reducer/createReducer.d.ts

@@ -11,3 +11,3 @@ import { AnyAction } from 'redux';

export declare type RFR<N extends string = string, S = any> = ReduxFluentReducer<N, S>;
export declare type RFHA<S = any, C = any> = ReduxFluentActionHandler<S, C>;
export declare type RFAH<S = any, C = any> = ReduxFluentActionHandler<S, C>;
export declare function createReducer<N extends string, S = any, C = void>(name: N): {

@@ -14,0 +14,0 @@ actions(...pipes: ReduxFluentActionHandler<S, C>[]): {

/**!
* @build-info development - Mon Mar 11 2019 07:56:58 GMT+0000 (Coordinated Universal Time)
* @build-info development - Mon Mar 11 2019 15:20:07 GMT+0000 (Coordinated Universal Time)
* @name redux-fluent
* @version 0.8.7
* @version 0.8.8
* @author Code-Y

@@ -7,0 +7,0 @@ * @description Enjoy Redux - Less Boilerplate / Go Functional

/**!
* @build-info production - Mon Mar 11 2019 07:56:58 GMT+0000 (Coordinated Universal Time)
* @build-info production - Mon Mar 11 2019 15:20:07 GMT+0000 (Coordinated Universal Time)
* @name redux-fluent
* @version 0.8.7
* @version 0.8.8
* @author Code-Y

@@ -7,0 +7,0 @@ * @description Enjoy Redux - Less Boilerplate / Go Functional

import { ReduxFluentReducer } from '../create-reducer/createReducer';
export declare const withConfig: <C = any>(config: C) => <N extends string, S = any, CC = any>(reducer: ReduxFluentReducer<N, S>) => ReduxFluentReducer<N, S>;
export declare const withConfig: <CC = any>(config: CC) => <N extends string, S = any, C = any>(reducer: ReduxFluentReducer<N, S>) => ReduxFluentReducer<N, S>;
// eslint-disable-next-line spaced-comment
/// <reference path="./dist/index.d.ts" />
/// <reference path="./index.d.ts" />

@@ -4,0 +4,0 @@ // eslint-disable-next-line import/no-dynamic-require

{
"name": "redux-fluent",
"license": "MIT",
"version": "0.8.7",
"version": "0.8.8",
"homepage": "https://github.com/Code-Y/redux-fluent#readme",

@@ -6,0 +6,0 @@ "description": "Enjoy Redux - Less Boilerplate / Go Functional",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc