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

@wordpress/redux-routine

Package Overview
Dependencies
Maintainers
0
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/redux-routine - npm Package Compare versions

Comparing version 5.15.0 to 5.16.0

2

CHANGELOG.md

@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->

## 5.16.0 (2025-01-15)
## 5.15.0 (2025-01-02)

@@ -7,0 +9,0 @@

4

package.json
{
"name": "@wordpress/redux-routine",
"version": "5.15.0",
"version": "5.16.0",
"description": "Redux middleware for generator coroutines.",

@@ -45,3 +45,3 @@ "author": "The WordPress Contributors",

},
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45"
"gitHead": "f48b9f56629e400891abb5ae491504de475237ff"
}

@@ -56,3 +56,3 @@ # @wordpress/redux-routine

In this example, when we dispatch `retrieveTemperature`, it will trigger the control handler to take effect, issuing the network request and assigning the result into the `result` variable. Only once the
request has completed does the action creator procede to return the `SET_TEMPERATURE` action type.
request has completed does the action creator proceed to return the `SET_TEMPERATURE` action type.

@@ -59,0 +59,0 @@ ## API

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