Socket
Socket
Sign inDemoInstall

gatsby-cli

Package Overview
Dependencies
Maintainers
1
Versions
1053
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-cli - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

10

index.js

@@ -105,3 +105,2 @@ #!/usr/bin/env node

var resolveCwd = require(`resolve-cwd`);
var testRequireError = require(`../utils/test-require-error`);

@@ -120,8 +119,5 @@ program.version(packageJson.version).usage(`[command] [options]`);

} catch (err) {
if (testRequireError(`package.json`, err)) {
// ignore
} else {
report.error(`There is an error in your site's package.json`, err);
process.exit(1);
}
// ignore
console.error(`There is an error in your site's package.json`, err);
process.exit(1);
}

@@ -128,0 +124,0 @@

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

@@ -6,0 +6,0 @@ "bin": {

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