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

gatsby-worker

Package Overview
Dependencies
Maintainers
19
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.3.0-next.1 to 0.3.0-next.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

# [0.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.1...gatsby-worker@0.3.0-next.2) (2021-08-05)
**Note:** Version bump only for package gatsby-worker
# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.0...gatsby-worker@0.3.0-next.1) (2021-08-05)

@@ -8,0 +12,0 @@

@@ -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": "0.3.0-next.1",
"version": "0.3.0-next.2",
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>",

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

"@babel/register": "^7.14.0",
"babel-preset-gatsby-package": "^1.12.0-next.1",
"babel-preset-gatsby-package": "^1.12.0-next.2",
"cross-env": "^7.0.3",

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

},
"gitHead": "9f473965567ee2c1f8309484c665aa2a37e12836"
"gitHead": "e0e2ecbfa3e6cc074410f4889183c7f64a8afbe8"
}
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