gatsby-cli
Advanced tools
Comparing version 1.1.12 to 1.1.13
#!/usr/bin/env node | ||
// This file exists to fix a problem lerna has with symlinks on Windows | ||
// See https://github.com/gatsbyjs/gatsby/pull/2658 | ||
require(`lib/index.js`) | ||
require(`./lib/index.js`) |
{ | ||
"name": "gatsby-cli", | ||
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bin": { |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
40754