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.6.0 to 1.7.0-alpha-image-service.13

8

CHANGELOG.md

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

## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.6.0/packages/gatsby-worker) (2022-01-25)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6)
#### Chores
- Give option to ignore output from workers and silence validate-engines [#34416](https://github.com/gatsbyjs/gatsby/issues/34416) ([0571199](https://github.com/gatsbyjs/gatsby/commit/0571199ebc746b53b23a10360311c0f5ba33a275))
## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.5.0/packages/gatsby-worker) (2022-01-11)

@@ -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;

8

package.json
{
"name": "gatsby-worker",
"description": "Utility to create worker pools",
"version": "1.6.0",
"version": "1.7.0-alpha-image-service.13+33d0f6ae45",
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>",

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

"@babel/register": "^7.15.3",
"babel-preset-gatsby-package": "^2.6.0",
"babel-preset-gatsby-package": "2.7.0-alpha-image-service.75+33d0f6ae45",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},

@@ -43,3 +43,3 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme",

},
"gitHead": "441e6da3e1659e73621492a37a47745d308a565f"
"gitHead": "33d0f6ae4515014f8ec41d1dae1a4bf976003d0e"
}
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