Socket
Socket
Sign inDemoInstall

@jest/test-result

Package Overview
Dependencies
39
Maintainers
6
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.5.0 to 29.6.0

2

build/index.d.ts

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

*/
import type {Circus} from '@jest/types';
import type {Config} from '@jest/types';

@@ -176,2 +177,3 @@ import type {ConsoleBuffer} from '@jest/console';

'test-file-failure': [Test, SerializableError];
'test-case-start': [string, Circus.TestCaseStartInfo];
'test-case-result': [string, AssertionResult];

@@ -178,0 +180,0 @@ };

12

package.json
{
"name": "@jest/test-result",
"version": "29.5.0",
"version": "29.6.0",
"repository": {

@@ -20,4 +20,4 @@ "type": "git",

"dependencies": {
"@jest/console": "^29.5.0",
"@jest/types": "^29.5.0",
"@jest/console": "^29.6.0",
"@jest/types": "^29.6.0",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -27,4 +27,4 @@ "collect-v8-coverage": "^1.0.0"

"devDependencies": {
"jest-haste-map": "^29.5.0",
"jest-resolve": "^29.5.0"
"jest-haste-map": "^29.6.0",
"jest-resolve": "^29.6.0"
},

@@ -37,3 +37,3 @@ "engines": {

},
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c"
"gitHead": "c1e5b8a38ef54bb138409f89831942ebf6a7a67e"
}
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