Socket
Socket
Sign inDemoInstall

redux-fluent

Package Overview
Dependencies
0
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.22.0 to 0.22.1

4

build/redux-fluent.development.js
/**!
* @build-info development - Wed Jan 24 2018 14:31:37 GMT+0000 (UTC)
* @build-info development - Wed Jan 24 2018 15:08:57 GMT+0000 (UTC)
* @name redux-fluent
* @version 0.22.0
* @version 0.22.1
* @author Code-Y (https://github.com/Code-Y)

@@ -7,0 +7,0 @@ * @description Tiny and eloquent way to manage a redux-like state manager

/**!
* @build-info production - Wed Jan 24 2018 14:31:37 GMT+0000 (UTC)
* @build-info production - Wed Jan 24 2018 15:08:57 GMT+0000 (UTC)
* @name redux-fluent
* @version 0.22.0
* @version 0.22.1
* @author Code-Y (https://github.com/Code-Y)

@@ -7,0 +7,0 @@ * @description Tiny and eloquent way to manage a redux-like state manager

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

<a name="0.22.1"></a>
## [0.22.1](https://github.com/Code-Y/redux-fluent/compare/v0.22.0...v0.22.1) (2018-01-24)
<a name="0.22.0"></a>

@@ -7,0 +12,0 @@ # [0.22.0](https://github.com/Code-Y/redux-fluent/compare/v0.21.4...v0.22.0) (2018-01-24)

@@ -21,2 +21,8 @@ declare module 'redux-fluent' {

>(type: T, payloadCreator?: (p: any) => P, metaCreator?: (m: any) => M): I.ActionCreator<P, M, T>;
export function createCombinableReducers<
R extends { domain: string }
>(...reducers: R[]): {
[domain: string]: R
}
}

@@ -23,0 +29,0 @@

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

@@ -6,0 +6,0 @@ "description": "Tiny and eloquent way to manage a redux-like state manager",

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