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.9 to 1.0.10

10

index.js

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

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

@@ -118,4 +119,9 @@ program.version(packageJson.version).usage(`[command] [options]`);

}
} catch (e) {
// ignore
} 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);
}
}

@@ -122,0 +128,0 @@

2

package.json
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "1.0.9",
"version": "1.0.10",
"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