Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-toolbelt-thunk

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-toolbelt-thunk - npm Package Compare versions

Comparing version 3.0.0-alpha.5 to 3.0.0

0

esm/makeThunkAsyncActionCreator.js

@@ -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";

4

package.json
{
"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'

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc