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.12.0 to 0.13.0

4

build/redux-fluent.development.js
/**!
* @build-info development - Wed Dec 27 2017 15:38:05 GMT+0000 (UTC)
* @build-info development - Wed Dec 27 2017 16:09:09 GMT+0000 (UTC)
* @name redux-fluent
* @version 0.12.0
* @version 0.13.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 - Wed Dec 27 2017 15:38:05 GMT+0000 (UTC)
* @build-info production - Wed Dec 27 2017 16:09:09 GMT+0000 (UTC)
* @name redux-fluent
* @version 0.12.0
* @version 0.13.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

@@ -95,10 +95,10 @@ declare module 'redux-fluent' {

<E extends Error, EM extends M>(payload: E, meta: EM): ActionError<T, E, EM>;
<E extends Error>(payload: E): ActionError<T, E, null>;
<E extends Error, EM extends M>(payload: E, meta: EM): Readonly<ActionError<T, E, EM>>;
<E extends Error>(payload: E): Readonly<ActionError<T, E, null>>;
<PS extends P, MS extends M>(payload: PS, meta: MS): ActionSuccess<T, PS, MS>;
<PS extends P>(payload: PS): ActionSuccess<T, PS, null>;
<MS extends M>(payload: null | undefined, meta: MS): ActionSuccess<T, null, MS>;
(): ActionSuccess<T, null, null>;
<PS extends P, MS extends M>(payload: PS, meta: MS): Readonly<ActionSuccess<T, PS, MS>>;
<PS extends P>(payload: PS): Readonly<ActionSuccess<T, PS, null>>;
<MS extends M>(payload: null | undefined, meta: MS): Readonly<ActionSuccess<T, null, MS>>;
(): Readonly<ActionSuccess<T, null, null>>;
}
}

@@ -0,2 +1,4 @@

/* eslint-disable spaced-comment, strict, global-require */
/// <reference path="./index.d.ts" />
'use strict';

@@ -3,0 +5,0 @@

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