Socket
Socket
Sign inDemoInstall

@jest/test-sequencer

Package Overview
Dependencies
55
Maintainers
6
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.8 to 28.0.0-alpha.9

4

build/index.d.ts

@@ -8,4 +8,4 @@ /**

import type {AggregatedResult} from '@jest/test-result';
import type {Context} from 'jest-runtime';
import type {Test} from '@jest/test-result';
import type {TestContext} from '@jest/test-result';

@@ -36,3 +36,3 @@ declare type Cache_2 = {

private _cache;
_getCachePath(context: Context): string;
_getCachePath(testContext: TestContext): string;
_getCache(test: Test): Cache_2;

@@ -39,0 +39,0 @@ /**

@@ -129,4 +129,4 @@ 'use strict';

_getCachePath(context) {
const {config} = context;
_getCachePath(testContext) {
const {config} = testContext;

@@ -137,3 +137,3 @@ const HasteMapClass = _jestHasteMap().default.getStatic(config);

config.cacheDirectory,
`perf-cache-${config.name}`
`perf-cache-${config.id}`
);

@@ -140,0 +140,0 @@ }

{
"name": "@jest/test-sequencer",
"version": "28.0.0-alpha.8",
"version": "28.0.0-alpha.9",
"repository": {

@@ -20,10 +20,9 @@ "type": "git",

"dependencies": {
"@jest/test-result": "^28.0.0-alpha.8",
"@jest/test-result": "^28.0.0-alpha.9",
"graceful-fs": "^4.2.9",
"jest-haste-map": "^28.0.0-alpha.8",
"jest-runtime": "^28.0.0-alpha.8",
"jest-haste-map": "^28.0.0-alpha.9",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "^28.0.0-alpha.8",
"@jest/test-utils": "^28.0.0-alpha.9",
"@types/graceful-fs": "^4.1.3"

@@ -37,3 +36,3 @@ },

},
"gitHead": "d915e7df92b220dbe6e124585ba6459838a6c41c"
"gitHead": "7c63f5981eb20d4b89a4c04f3675e0050d8d7887"
}
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