Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-worker

Package Overview
Dependencies
Maintainers
20
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-worker - npm Package Compare versions

Comparing version 0.5.0-next.0 to 1.0.0-alpha-9689ff.5

9

dist/index.js

@@ -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"
}
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