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.24.4 to 0.25.0

4

build/redux-fluent.development.js
/**!
* @build-info development - Sat Jan 27 2018 07:12:30 GMT+0000 (UTC)
* @build-info development - Fri Mar 23 2018 06:47:24 GMT+0000 (UTC)
* @name redux-fluent
* @version 0.24.4
* @version 0.25.0
* @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 - Sat Jan 27 2018 07:12:30 GMT+0000 (UTC)
* @build-info production - Fri Mar 23 2018 06:47:24 GMT+0000 (UTC)
* @name redux-fluent
* @version 0.24.4
* @version 0.25.0
* @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,12 @@ # Change Log

<a name="0.25.0"></a>
# [0.25.0](https://github.com/Code-Y/redux-fluent/compare/v0.24.4...v0.25.0) (2018-03-23)
### Features
* **e2e:** add redux, flux standard action integration tests ([#14](https://github.com/Code-Y/redux-fluent/issues/14)) ([efdf697](https://github.com/Code-Y/redux-fluent/commit/efdf697))
<a name="0.24.4"></a>

@@ -7,0 +17,0 @@ ## [0.24.4](https://github.com/Code-Y/redux-fluent/compare/v0.24.3...v0.24.4) (2018-01-27)

@@ -8,3 +8,3 @@ # CombinableReducers

```typescript
```javascript
/**

@@ -21,3 +21,3 @@ * @param {...{ toString(): stringĀ }} reducers

```typescript
```javascript
import { combineReducers } from 'redux';

@@ -24,0 +24,0 @@ import { createCombinableReducers, createReducer } from 'redux-fluent';

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

@@ -56,2 +56,3 @@ "description": "Tiny and eloquent way to manage a redux-like state manager",

"jest": "^21.2.1",
"redux": "^3.7.2",
"standard-version": "^4.3.0",

@@ -58,0 +59,0 @@ "webpack": "^3.10.0"

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