Socket
Socket
Sign inDemoInstall

jest-worker

Package Overview
Dependencies
Maintainers
3
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-worker - npm Package Compare versions

Comparing version 30.0.0-alpha.3 to 30.0.0-alpha.4

12

build/index.js

@@ -420,5 +420,5 @@ /*!

if (this._options.enableWorkerThreads) {
Worker = (__webpack_require__("./src/workers/NodeThreadsWorker.ts")/* ["default"] */ .Z);
Worker = (__webpack_require__("./src/workers/NodeThreadsWorker.ts")/* ["default"] */ .A);
} else {
Worker = (__webpack_require__("./src/workers/ChildProcessWorker.ts")/* ["default"] */ .ZP);
Worker = (__webpack_require__("./src/workers/ChildProcessWorker.ts")/* ["default"] */ .Ay);
}

@@ -651,3 +651,3 @@ return new Worker(workerOptions);

});
exports.ZP = __webpack_unused_export__ = void 0;
exports.Ay = __webpack_unused_export__ = void 0;
function _child_process() {

@@ -1078,3 +1078,3 @@ const data = require("child_process");

}
exports.ZP = ChildProcessWorker;
exports.Ay = ChildProcessWorker;

@@ -1092,3 +1092,3 @@ /***/ }),

});
exports.Z = void 0;
exports.A = void 0;
function _os() {

@@ -1408,3 +1408,3 @@ const data = require("os");

}
exports.Z = ExperimentalWorker;
exports.A = ExperimentalWorker;

@@ -1411,0 +1411,0 @@ /***/ }),

{
"name": "jest-worker",
"version": "30.0.0-alpha.3",
"version": "30.0.0-alpha.4",
"repository": {

@@ -23,3 +23,3 @@ "type": "git",

"@types/node": "*",
"jest-util": "30.0.0-alpha.3",
"jest-util": "30.0.0-alpha.4",
"merge-stream": "^2.0.0",

@@ -34,3 +34,3 @@ "supports-color": "^8.0.0"

"get-stream": "^6.0.0",
"jest-leak-detector": "30.0.0-alpha.3",
"jest-leak-detector": "30.0.0-alpha.4",
"tsd-lite": "^0.8.0",

@@ -45,3 +45,3 @@ "worker-farm": "^1.6.0"

},
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da"
"gitHead": "32b966f988d47a7673d2ef4b92e834dab7d66f07"
}

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