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 1.0.0-alpha-9689ff.22 to 1.0.0-alpha-9689ff.24

0

dist/child.d.ts

@@ -0,0 +0,0 @@ export interface IGatsbyWorkerMessenger<MessagesFromParent = unknown, MessagesFromChild = MessagesFromParent> {

@@ -0,0 +0,0 @@ interface IWorkerOptions {

@@ -0,0 +0,0 @@ interface ITaskQueueNode<ValueType> {

@@ -0,0 +0,0 @@ export declare const EXECUTE = 1;

export declare const isPromise: (obj: any) => obj is PromiseLike<unknown>;
export declare const isRunning: (pid: number) => boolean;

6

package.json
{
"name": "gatsby-worker",
"description": "Utility to create worker pools",
"version": "1.0.0-alpha-9689ff.22+97544d9c20",
"version": "1.0.0-alpha-9689ff.24+7d81b99b95",
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>",

@@ -16,3 +16,3 @@ "bugs": {

"@babel/register": "^7.15.3",
"babel-preset-gatsby-package": "2.0.0-alpha-9689ff.22+97544d9c20",
"babel-preset-gatsby-package": "2.0.0-alpha-9689ff.24+7d81b99b95",
"cross-env": "^7.0.3",

@@ -43,3 +43,3 @@ "rimraf": "^3.0.2",

},
"gitHead": "97544d9c20a18a5d5356c894113d84144df275a3"
"gitHead": "7d81b99b95d9df79ff1985892aae95b4f187b77e"
}
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