Socket
Socket
Sign inDemoInstall

gatsby-cli

Package Overview
Dependencies
289
Maintainers
16
Versions
1053
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.6.0-next.1 to 5.6.0

1

lib/reporter/reporter.js

@@ -25,2 +25,3 @@ "use strict";

let reporterActions = reduxReporterActions;
// eslint-disable-next-line prefer-const
let isVerbose = (0, _isTruthy.isTruthy)(process.env.GATSBY_REPORTER_ISVERBOSE);

@@ -27,0 +28,0 @@ function isLogIntentMessage(msg) {

20

lib/reporter/types.d.ts

@@ -13,30 +13,30 @@ import * as ActionCreators from "./redux/actions";

name: "createLog";
args: Parameters<typeof ActionCreators["createLog"]>;
args: Parameters<(typeof ActionCreators)["createLog"]>;
} | {
name: "createPendingActivity";
args: Parameters<typeof ActionCreators["createPendingActivity"]>;
args: Parameters<(typeof ActionCreators)["createPendingActivity"]>;
} | {
name: "setStatus";
args: Parameters<typeof ActionCreators["setStatus"]>;
args: Parameters<(typeof ActionCreators)["setStatus"]>;
} | {
name: "startActivity";
args: Parameters<typeof ActionCreators["startActivity"]>;
args: Parameters<(typeof ActionCreators)["startActivity"]>;
} | {
name: "endActivity";
args: Parameters<typeof ActionCreators["endActivity"]>;
args: Parameters<(typeof ActionCreators)["endActivity"]>;
} | {
name: "updateActivity";
args: Parameters<typeof ActionCreators["updateActivity"]>;
args: Parameters<(typeof ActionCreators)["updateActivity"]>;
} | {
name: "setActivityErrored";
args: Parameters<typeof ActionCreators["setActivityErrored"]>;
args: Parameters<(typeof ActionCreators)["setActivityErrored"]>;
} | {
name: "setActivityStatusText";
args: Parameters<typeof ActionCreators["setActivityStatusText"]>;
args: Parameters<(typeof ActionCreators)["setActivityStatusText"]>;
} | {
name: "setActivityTotal";
args: Parameters<typeof ActionCreators["setActivityTotal"]>;
args: Parameters<(typeof ActionCreators)["setActivityTotal"]>;
} | {
name: "activityTick";
args: Parameters<typeof ActionCreators["activityTick"]>;
args: Parameters<(typeof ActionCreators)["activityTick"]>;
};

@@ -43,0 +43,0 @@ }

{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "5.6.0-next.1",
"version": "5.6.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -14,7 +14,7 @@ "bin": {

"@babel/code-frame": "^7.18.6",
"@babel/core": "^7.20.7",
"@babel/generator": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/generator": "^7.20.14",
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@babel/template": "^7.20.7",

@@ -30,3 +30,3 @@ "@babel/types": "^7.20.7",

"convert-hrtime": "^3.0.0",
"create-gatsby": "^3.6.0-next.1",
"create-gatsby": "^3.6.0",
"envinfo": "^7.8.1",

@@ -36,4 +36,4 @@ "execa": "^5.1.1",

"fs-extra": "^11.1.0",
"gatsby-core-utils": "^4.6.0-next.0",
"gatsby-telemetry": "^4.6.0-next.0",
"gatsby-core-utils": "^4.6.0",
"gatsby-telemetry": "^4.6.0",
"hosted-git-info": "^3.0.8",

@@ -43,3 +43,3 @@ "is-valid-path": "^0.1.1",

"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.6.8",
"opentracing": "^0.14.7",

@@ -49,3 +49,3 @@ "pretty-error": "^2.1.2",

"prompts": "^2.4.2",
"redux": "4.2.0",
"redux": "4.2.1",
"resolve-cwd": "^3.0.0",

@@ -68,5 +68,5 @@ "semver": "^7.3.8",

"@types/hosted-git-info": "^3.0.2",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"babel-preset-gatsby-package": "^3.6.0",
"cross-env": "^7.0.3",

@@ -81,3 +81,3 @@ "ink": "^3.2.0",

"rollup-plugin-internal": "^1.0.4",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},

@@ -114,3 +114,3 @@ "files": [

},
"gitHead": "bea75ae5f1054c8231a5fb12c4c346e1b65a9c01"
"gitHead": "8419b3490e937f76f1264505e9e30032adac9fff"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc