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

@wordpress/redux-routine

Package Overview
Dependencies
Maintainers
14
Versions
153
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 3.7.0 to 3.8.0

6

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

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

"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.9.2",
"is-promise": "^2.1.0",

@@ -36,3 +36,3 @@ "lodash": "^4.17.15",

},
"gitHead": "41fc84af285da696c65c235331ee245dfe23971d"
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352"
}

@@ -63,2 +63,3 @@ /**

} catch ( error ) {
// eslint-disable-next-line jest/no-try-expect
expect( error ).toBe( 'Message' );

@@ -84,2 +85,3 @@ }

} catch ( error ) {
// eslint-disable-next-line jest/no-try-expect
expect( error.message ).toBe( 'Message' );

@@ -111,2 +113,3 @@ }

} catch ( error ) {
// eslint-disable-next-line jest/no-try-expect
expect( error.message ).toBe( 'Message' );

@@ -113,0 +116,0 @@ return null;

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