redux-toolbelt-thunk
Advanced tools
Comparing version 3.0.0-alpha.5 to 3.0.0
@@ -0,0 +0,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "redux-toolbelt-thunk", | ||
"version": "3.0.0-alpha.5", | ||
"version": "3.0.0", | ||
"description": "Redux thunk helpers for redux-toolbelt", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "afdc07b167f2b98785c071e31e0bc43b5a686954" | ||
"gitHead": "92ab9640de6f93dc826f3e10eac52f730fe1755c" | ||
} |
@@ -25,2 +25,6 @@ # redux-toolbelt-thunk | ||
## Article | ||
[Read about `redux-toolbelt` and `redux-toolbelt-thunk`here](https://medium.com/welldone-software/redux-toolbelt-supercharge-your-redux-ec16e704fe93) | ||
## Installation | ||
@@ -27,0 +31,0 @@ First, you have to install the [`redux-thunk`](https://www.npmjs.com/package/redux-thunk) npm package: |
@@ -0,0 +0,0 @@ import { v4 as uuidv4 } from 'uuid' |
@@ -0,0 +0,0 @@ import makeAsyncThunkActionCreator from '../src/makeThunkAsyncActionCreator' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
43672
0
215