create-fastkit-app
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "create-fastkit-app", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "CLI to generate scaffolding for applications proposed by fastkit.", | ||
@@ -11,9 +11,10 @@ "buildOptions": { | ||
}, | ||
"main": "index.js", | ||
"bin": { | ||
"create-fastkit-app": "lib/cli.js" | ||
}, | ||
"module": "dist/create-fastkit-app.mjs", | ||
"main": "./dist/create-fastkit-app.mjs", | ||
"exports": { | ||
".": "./dist/create-fastkit-app.mjs" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"templates", | ||
@@ -20,0 +21,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
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
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
2
151749
163
661