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

gatsby-worker

Package Overview
Dependencies
Maintainers
24
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.10.0-next.1 to 1.11.0-next.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Changelog: `gatsby-worker`

## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.9.0/packages/gatsby-worker) (2022-03-01)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9)
#### Chores
- Format changelog files ([088f23b](https://github.com/gatsbyjs/gatsby/commit/088f23b084b67f746a383e06e9216cef83270317))
## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.8.0/packages/gatsby-worker) (2022-02-22)

@@ -8,0 +16,0 @@

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

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

"@babel/register": "^7.15.3",
"babel-preset-gatsby-package": "^2.10.0-next.1",
"babel-preset-gatsby-package": "^2.11.0-next.0",
"cross-env": "^7.0.3",

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

},
"gitHead": "e7d08e20c816752c2754771f87fb94da33d9cbb7"
"gitHead": "e0f8815c007b7915f4d69264b8a5714a4c0ed31b"
}
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