New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/redux-routine

Package Overview
Dependencies
Maintainers
25
Versions
156
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 4.26.1 to 4.27.0

4

build-module/runtime.js

@@ -14,4 +14,4 @@ /**

*
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
*/

@@ -18,0 +18,0 @@

@@ -5,6 +5,6 @@ import type { Dispatch, AnyAction } from 'redux';

*
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
*/
export default function createRuntime(controls: Record<string, (value: any) => Promise<boolean> | boolean> | undefined, dispatch: Dispatch): (action: AnyAction | Generator) => Promise<unknown>;
//# sourceMappingURL=runtime.d.ts.map

@@ -27,4 +27,4 @@ "use strict";

*
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
*/

@@ -31,0 +31,0 @@ function createRuntime() {

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

## 4.27.0 (2023-02-15)
## 4.26.0 (2023-02-01)

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

{
"name": "@wordpress/redux-routine",
"version": "4.26.1",
"version": "4.27.0",
"description": "Redux middleware for generator coroutines.",

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

},
"gitHead": "e9ff92d836928aba65dde94d9d193bc401a934d7"
"gitHead": "c25ff895413bad4354c55c0c2d732552618b0d56"
}

@@ -16,4 +16,4 @@ /**

*
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
* @param controls Object of control handlers.
* @param dispatch Unhandled action dispatch.
*/

@@ -20,0 +20,0 @@ export default function createRuntime(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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