Socket
Socket
Sign inDemoInstall

jest-worker

Package Overview
Dependencies
5
Maintainers
5
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.5.0 to 27.5.1

5

build/Farm.js

@@ -34,5 +34,2 @@ 'use strict';

this._numOfWorkers = _numOfWorkers;
this._callback = _callback;
_defineProperty(this, '_computeWorkerKey', void 0);

@@ -50,2 +47,4 @@

this._numOfWorkers = _numOfWorkers;
this._callback = _callback;
this._computeWorkerKey = options.computeWorkerKey;

@@ -52,0 +51,0 @@ this._workerSchedulingPolicy =

4

build/PriorityQueue.js

@@ -40,7 +40,7 @@ 'use strict';

constructor(_computePriority) {
this._computePriority = _computePriority;
_defineProperty(this, '_queue', []);
_defineProperty(this, '_sharedQueue', new MinHeap());
this._computePriority = _computePriority;
}

@@ -47,0 +47,0 @@

{
"name": "jest-worker",
"version": "27.5.0",
"version": "27.5.1",
"repository": {

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

"get-stream": "^6.0.0",
"jest-leak-detector": "^27.5.0",
"jest-leak-detector": "^27.5.1",
"worker-farm": "^1.6.0"

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

},
"gitHead": "247cbe6026a590deaf0d23edecc7b2779a4aace9"
"gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc