create-cfp-app
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -54,3 +54,4 @@ #!/bin/env node | ||
if (!process.argv[1].endsWith('/create-cfp-app.js')) { | ||
if (process.env.DEBUG) console.log(process.argv) | ||
if (!process.argv[1].includes('/create-cfp-app')) { | ||
console.error('Please run standalone (e.g.: yarn create cfp-app)') | ||
@@ -57,0 +58,0 @@ process.exit(1) |
{ | ||
"name": "create-cfp-app", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Create a new cfp-app instance", | ||
@@ -5,0 +5,0 @@ "main": "create-cfp-app.js", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
4170
128
2