Socket
Socket
Sign inDemoInstall

redux-thunk

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-thunk - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

package.json
{
"name": "redux-thunk",
"version": "2.4.1",
"version": "2.4.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Thunk middleware for Redux.",

@@ -159,3 +159,3 @@ # Redux Thunk

https://redux.js.org/usage/writing-logic-thunks
The official usage guide page on thunks. Covers why they exist, how the thunk middleware works, and uesful patterns for using thunks.
The official usage guide page on thunks. Covers why they exist, how the thunk middleware works, and useful patterns for using thunks.

@@ -162,0 +162,0 @@ - **Stack Overflow: Dispatching Redux Actions with a Timeout**

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

import { Action, AnyAction, Middleware, Dispatch } from 'redux'
import { Action, AnyAction, Middleware } from 'redux'

@@ -3,0 +3,0 @@ /**

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