create-alpine-app
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -20,3 +20,3 @@ #! /usr/bin/env node | ||
const gitCheckoutCommand = `git clone --depth 1 https://github.com/thedevdojo/create-alpine-app ${repoName}`; | ||
const installDepsCommand = `cd ${repoName} && npm install`; | ||
const installDepsCommand = `cd ${repoName} && npm install && node init.js`; | ||
@@ -23,0 +23,0 @@ console. log(`Cloning the repository with name ${repoName}`); |
{ | ||
"name": "create-alpine-app", | ||
"version": "0.0.5", | ||
"type" : "module", | ||
"version": "0.0.6", | ||
"bin": { | ||
@@ -6,0 +5,0 @@ "create-alpine-app": "bin/index.js" |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
7096
9
60
2
No