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.6.1 to 0.6.2

4

CHANGELOG.md

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

## [0.6.2](https://github.com/Code-Y/redux-fluent/compare/v0.6.1...v0.6.2) (2019-03-07)
## [0.6.1](https://github.com/hitmands/redux-fluent/compare/v0.27.2...v0.6.1) (2019-03-03)

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

15

dist/redux-fluent.development.js
/**!
* @build-info development - Sun Mar 03 2019 19:24:10 GMT+0000 (Coordinated Universal Time)
* @build-info development - Thu Mar 07 2019 21:38:20 GMT+0000 (Coordinated Universal Time)
* @name redux-fluent
* @version 0.6.1
* @author Giuseppe Mandato (https://github.com/hitmands)
* @description Enjoy Redux - Less Scaffolding / More Functional
* @version 0.6.2
* @author Code-Y
* @description Enjoy Redux - Less Boilerplate / Go Functional
* @contributors [
*
* Giuseppe Mandato (https://github.com/hitmands)
* Luca Pau (https://github.com/Lughino)
* ]
* @homepage https://github.com/hitmands/redux-fluent#readme
* @keywords [ redux, ngrx-store, state-management, typings ]
* @homepage https://github.com/Code-Y/redux-fluent#readme
* @keywords [ redux, functional programming, ramda, typings ]
* @license MIT

@@ -15,0 +16,0 @@ **/

/**!
* @build-info production - Sun Mar 03 2019 19:24:10 GMT+0000 (Coordinated Universal Time)
* @build-info production - Thu Mar 07 2019 21:38:20 GMT+0000 (Coordinated Universal Time)
* @name redux-fluent
* @version 0.6.1
* @author Giuseppe Mandato (https://github.com/hitmands)
* @description Enjoy Redux - Less Scaffolding / More Functional
* @version 0.6.2
* @author Code-Y
* @description Enjoy Redux - Less Boilerplate / Go Functional
* @contributors [
*
* Giuseppe Mandato (https://github.com/hitmands)
* Luca Pau (https://github.com/Lughino)
* ]
* @homepage https://github.com/hitmands/redux-fluent#readme
* @keywords [ redux, ngrx-store, state-management, typings ]
* @homepage https://github.com/Code-Y/redux-fluent#readme
* @keywords [ redux, functional programming, ramda, typings ]
* @license MIT

@@ -15,0 +16,0 @@ **/

{
"name": "redux-fluent",
"license": "MIT",
"version": "0.6.1",
"homepage": "https://github.com/hitmands/redux-fluent#readme",
"description": "Enjoy Redux - Less Scaffolding / More Functional",
"author": "Giuseppe Mandato (https://github.com/hitmands)",
"version": "0.6.2",
"homepage": "https://github.com/Code-Y/redux-fluent#readme",
"description": "Enjoy Redux - Less Boilerplate / Go Functional",
"author": "Code-Y",
"sideEffects": false,

@@ -13,3 +13,3 @@ "main": "index.js",

"/dist",
"node_modules",
"/node_modules",
"CHANGELOG.md",

@@ -32,12 +32,15 @@ "LICENSE",

"type": "git",
"url": "git+https://github.com/hitmands/redux-fluent.git"
"url": "git+https://github.com/Code-Y/redux-fluent.git"
},
"bugs": {
"url": "https://github.com/hitmands/redux-fluent/issues"
"url": "https://github.com/Code-Y/redux-fluent/issues"
},
"contributors": [],
"contributors": [
"Giuseppe Mandato (https://github.com/hitmands)",
"Luca Pau (https://github.com/Lughino)"
],
"keywords": [
"redux",
"ngrx-store",
"state-management",
"functional programming",
"ramda",
"typings"

@@ -44,0 +47,0 @@ ],

@@ -1,14 +0,14 @@

# <a href='https://github.com/hitmands/redux-fluent'><img src='https://raw.githubusercontent.com/hitmands/redux-fluent/master/redux-fluent-logo.png' height='60' alt='Redux Fluent' aria-label='https://github.com/hitmands/redux-fluent' /></a> redux-fluent
[![Build Status](https://travis-ci.org/hitmands/redux-fluent.svg?branch=master)](https://travis-ci.org/hitmands/redux-fluent)
# <a href='https://github.com/Code-Y/redux-fluent'><img src='https://raw.githubusercontent.com/Code-Y/redux-fluent/master/redux-fluent-logo.png' height='60' alt='Redux Fluent' aria-label='https://github.com/Code-Y/redux-fluent' /></a> redux-fluent
[![Build Status](https://travis-ci.org/Code-Y/redux-fluent.svg?branch=master)](https://travis-ci.org/Code-Y/redux-fluent)
[![npm version](https://img.shields.io/npm/v/redux-fluent.svg)](https://www.npmjs.com/package/redux-fluent)
[![License](https://img.shields.io/npm/l/redux-fluent.svg)](https://github.com/hitmands/redux-fluent/blob/master/LICENSE)
[![License](https://img.shields.io/npm/l/redux-fluent.svg)](https://github.com/Code-Y/redux-fluent/blob/master/LICENSE)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![npm downloads](https://img.shields.io/npm/dm/redux-fluent.svg)](https://www.npmjs.com/package/redux-fluent)
[![Maintainability](https://api.codeclimate.com/v1/badges/474e33d67c5fa25495ec/maintainability)](https://codeclimate.com/github/hitmands/redux-fluent/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/474e33d67c5fa25495ec/test_coverage)](https://codeclimate.com/github/hitmands/redux-fluent/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/2e98502fb6072892995d/maintainability)](https://codeclimate.com/github/Code-Y/redux-fluent/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/2e98502fb6072892995d/test_coverage)](https://codeclimate.com/github/Code-Y/redux-fluent/test_coverage)
Tiny and eloquent way to manage a redux-like state manager (*~3K*, dependencies free, definitions included).
Tiny and eloquent way of bringing redux to the next level (*~3K*, dependencies free, typings included).
[Try it out on RunKit](https://runkit.com/hitmands/redux-fluent-playground)
[Try it out on RunKit](https://runkit.com/Code-Y/redux-fluent-playground)

@@ -21,3 +21,3 @@

**[Redux](https://redux.js.org/)** is great, every recent web application has most likely been built on top of it. **How can we make it even better?**
**[Redux](https://redux.js.org/)** is great, every recent web application has most likely been built on top of it, **how can we make it even better?**

@@ -42,2 +42,3 @@ - **λ Go Functional**, Everything is a function and reducers are built by function composition rather than piling up if and switch-case statements: *Let's introduce Redux Fluent Reducers*.

export const addTodo = createAction('todos | add');
console.log(addTodo.type); // 'todos | add'
```

@@ -57,3 +58,3 @@

)
.default(() => []);
.default(() => []);
```

@@ -70,6 +71,6 @@

const store = createStore(rootReducer);
store.getState(); // { todos: [] }
console.log(store.getState()); // { todos: [] }
store.dispatch(actions.addTodo({ title: 'Walk Gipsy' }));
store.getState(); // { todos: [{ title: 'Walk Gipsy' }] }
console.log(store.getState()); // { todos: [{ title: 'Walk Gipsy' }] }
```

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