Socket
Socket
Sign inDemoInstall

jest-circus

Package Overview
Dependencies
203
Maintainers
6
Versions
245
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.6.1 to 29.6.2

5

build/run.js

@@ -192,4 +192,5 @@ 'use strict';

try {
const promise = testNameStorage.run((0, _utils.getTestID)(test), () =>
mutex(test.fn)
const testFn = test.fn;
const promise = mutex(() =>
testNameStorage.run((0, _utils.getTestID)(test), testFn)
);

@@ -196,0 +197,0 @@ // Avoid triggering the uncaught promise rejection handler in case the

27

package.json
{
"name": "jest-circus",
"version": "29.6.1",
"version": "29.6.2",
"repository": {

@@ -21,5 +21,5 @@ "type": "git",

"dependencies": {
"@jest/environment": "^29.6.1",
"@jest/expect": "^29.6.1",
"@jest/test-result": "^29.6.1",
"@jest/environment": "^29.6.2",
"@jest/expect": "^29.6.2",
"@jest/test-result": "^29.6.2",
"@jest/types": "^29.6.1",

@@ -29,12 +29,12 @@ "@types/node": "*",

"co": "^4.6.0",
"dedent": "^0.7.0",
"dedent": "^1.0.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^29.6.1",
"jest-matcher-utils": "^29.6.1",
"jest-message-util": "^29.6.1",
"jest-runtime": "^29.6.1",
"jest-snapshot": "^29.6.1",
"jest-util": "^29.6.1",
"jest-each": "^29.6.2",
"jest-matcher-utils": "^29.6.2",
"jest-message-util": "^29.6.2",
"jest-runtime": "^29.6.2",
"jest-snapshot": "^29.6.2",
"jest-util": "^29.6.2",
"p-limit": "^3.1.0",
"pretty-format": "^29.6.1",
"pretty-format": "^29.6.2",
"pure-rand": "^6.0.0",

@@ -48,3 +48,2 @@ "slash": "^3.0.0",

"@types/co": "^4.6.2",
"@types/dedent": "^0.7.0",
"@types/graceful-fs": "^4.1.3",

@@ -62,3 +61,3 @@ "@types/stack-utils": "^2.0.0",

},
"gitHead": "1f019afdcdfc54a6664908bb45f343db4e3d0848"
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc