Socket
Socket
Sign inDemoInstall

gatsby-cli

Package Overview
Dependencies
287
Maintainers
11
Versions
1053
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.13.0 to 5.13.1

8

lib/create-cli.js

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

var _fsExistsCached = require("fs-exists-cached");
var _clipboardy = _interopRequireDefault(require("clipboardy"));
var _gatsbyTelemetry = require("gatsby-telemetry");

@@ -253,3 +252,8 @@ var _createGatsby = require("create-gatsby");

if (copyToClipboard) {
_clipboardy.default.writeSync(envinfoOutput);
// clipboardy is ESM-only package
import(`clipboardy`).then(({
default: clipboardy
}) => {
clipboardy.writeSync(envinfoOutput);
});
}

@@ -256,0 +260,0 @@ });

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

@@ -26,3 +26,3 @@ "bin": {

"chalk": "^4.1.2",
"clipboardy": "^2.3.0",
"clipboardy": "^4.0.0",
"common-tags": "^1.8.2",

@@ -108,3 +108,3 @@ "convert-hrtime": "^3.0.0",

},
"gitHead": "18ffcfa3d615e16059e823f4e03e89cdf6c5b449"
"gitHead": "366b54cdf368b8fcc123b7e8be6290c1d25a5789"
}
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