🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@jest/test-sequencer

Package Overview
Dependencies
Maintainers
5
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/test-sequencer - npm Package Compare versions

Comparing version
30.3.0
to
30.4.0
+0
-2
build/index.d.ts

@@ -96,3 +96,1 @@ /**

};
export {};
+2
-2

@@ -22,3 +22,3 @@ /*!

function crypto() {
const data = _interopRequireWildcard(require("crypto"));
const data = _interopRequireWildcard(require("node:crypto"));
crypto = function () {

@@ -30,3 +30,3 @@ return data;

function path() {
const data = _interopRequireWildcard(require("path"));
const data = _interopRequireWildcard(require("node:path"));
path = function () {

@@ -33,0 +33,0 @@ return data;

{
"name": "@jest/test-sequencer",
"version": "30.3.0",
"version": "30.4.0",
"repository": {

@@ -22,9 +22,9 @@ "type": "git",

"dependencies": {
"@jest/test-result": "30.3.0",
"@jest/test-result": "30.4.0",
"graceful-fs": "^4.2.11",
"jest-haste-map": "30.3.0",
"jest-haste-map": "30.4.0",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "30.3.0",
"@jest/test-utils": "30.4.0",
"@types/graceful-fs": "^4.1.9"

@@ -38,3 +38,3 @@ },

},
"gitHead": "efb59c2e81083f8dc941f20d6d20a3af2dc8d068"
"gitHead": "5cbb21e0b3037edb42e503ec1a1ce80efad40c20"
}