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.1.0-next.1 to 0.1.0-next.2

6

CHANGELOG.md

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

# [0.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.1...gatsby-worker@0.1.0-next.2) (2021-07-08)
### Bug Fixes
- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78))
# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.0...gatsby-worker@0.1.0-next.1) (2021-07-02)

@@ -8,0 +14,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>;

12

package.json
{
"name": "gatsby-worker",
"description": "Utility to create worker pools",
"version": "0.1.0-next.1",
"version": "0.1.0-next.2",
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>",

@@ -10,11 +10,11 @@ "bugs": {

"dependencies": {
"@babel/core": "^7.14.0"
"@babel/core": "^7.14.6"
},
"devDependencies": {
"@babel/cli": "^7.14.0",
"@babel/cli": "^7.14.5",
"@babel/register": "^7.14.0",
"babel-preset-gatsby-package": "^1.10.0-next.0",
"babel-preset-gatsby-package": "^1.10.0-next.1",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.1.5"
"typescript": "^4.3.5"
},

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

},
"gitHead": "8a68d8f27ab7c500ee01eb9cd2d0b8f672b6cef0"
"gitHead": "ec0444847b2d11ed29feb656c9c7f32ab78e2dc8"
}
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