gatsby-worker
Advanced tools
Comparing version 0.1.0-next.1 to 0.1.0-next.2
@@ -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,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>; |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27696
2
6
+ Addedbrowserslist@4.24.3(transitive)
+ Addedcaniuse-lite@1.0.30001689(transitive)
- Removedbrowserslist@4.24.2(transitive)
- Removedcaniuse-lite@1.0.30001688(transitive)
Updated@babel/core@^7.14.6