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.9.4 to 0.9.5

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

### [0.9.5](https://github.com/Code-Y/redux-fluent/compare/v0.9.4...v0.9.5) (2019-06-20)
### Bug Fixes
* rfa implementation ([7bbd5a0](https://github.com/Code-Y/redux-fluent/commit/7bbd5a0))
### [0.9.4](https://github.com/Code-Y/redux-fluent/compare/v0.9.3...v0.9.4) (2019-06-08)

@@ -7,0 +16,0 @@

2

dist/create-action/createAction.d.ts
import { ErrorFSA, FSA } from 'flux-standard-action';
export interface ReduxFluentAction<T extends string = string, P = void, M = void> extends FSA<P, M> {
export interface ReduxFluentAction<T extends string = string, P = void, M = void> extends FSA<T, P, M> {
type: T;

@@ -4,0 +4,0 @@ }

/**!
* @build-info development - Sat Jun 08 2019 15:44:56 GMT+0000 (Coordinated Universal Time)
* @build-info development - Thu Jun 20 2019 13:50:57 GMT+0000 (Coordinated Universal Time)
* @name redux-fluent
* @version 0.9.4
* @version 0.9.5
* @author Code-Y

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

/**!
* @build-info production - Sat Jun 08 2019 15:44:56 GMT+0000 (Coordinated Universal Time)
* @build-info production - Thu Jun 20 2019 13:50:57 GMT+0000 (Coordinated Universal Time)
* @name redux-fluent
* @version 0.9.4
* @version 0.9.5
* @author Code-Y

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

{
"name": "redux-fluent",
"license": "MIT",
"version": "0.9.4",
"version": "0.9.5",
"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