gatsby-worker
Advanced tools
Comparing version 0.5.0-next.0 to 1.0.0-alpha-9689ff.5
@@ -55,7 +55,8 @@ "use strict"; | ||
*/ | ||
workers = []; | ||
taskQueue = new _taskQueue.TaskQueue(); | ||
idleWorkers = new Set(); | ||
listeners = []; | ||
constructor(workerPath, options) { | ||
this.workers = []; | ||
this.taskQueue = new _taskQueue.TaskQueue(); | ||
this.idleWorkers = new Set(); | ||
this.listeners = []; | ||
this.workerPath = workerPath; | ||
@@ -62,0 +63,0 @@ this.options = options; |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "0.5.0-next.0", | ||
"version": "1.0.0-alpha-9689ff.5+cf4d725430", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -15,3 +15,3 @@ "bugs": { | ||
"@babel/register": "^7.14.0", | ||
"babel-preset-gatsby-package": "^1.14.0-next.0", | ||
"babel-preset-gatsby-package": "2.0.0-alpha-9689ff.5+cf4d725430", | ||
"cross-env": "^7.0.3", | ||
@@ -40,5 +40,5 @@ "rimraf": "^3.0.2", | ||
"engines": { | ||
"node": ">=12.13.0" | ||
"node": ">=14.15.0" | ||
}, | ||
"gitHead": "d7d08508d3eb88eff87867fc7121c617cd02ce8e" | ||
"gitHead": "cf4d725430bb62630a91336af090c1dd2c40984d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30144
2