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
23
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 4.2.2 to 4.2.3-next.33ec3857e2.0

8

package.json
{
"name": "@wordpress/redux-routine",
"version": "4.2.2",
"version": "4.2.3-next.33ec3857e2.0",
"description": "Redux middleware for generator coroutines.",

@@ -35,9 +35,11 @@ "author": "The WordPress Contributors",

"lodash": "^4.17.21",
"redux": "^4.1.0",
"rungen": "^0.3.2"
},
"peerDependencies": {
"redux": ">=4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9a1dd3474d937468e4cf9caf9886ad61ef0a8f50"
"gitHead": "51c7917ea7fac72953702f24d6daac87d99e7617"
}

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

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

@@ -85,3 +85,3 @@ }

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

@@ -113,3 +113,3 @@ }

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

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

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