express-typescript-prisma
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -49,2 +49,7 @@ #!/usr/bin/env node | ||
// run npm install in the project directory | ||
var exec = require('child_process').exec; | ||
child = exec('npm install').stderr.pipe(process.stderr); | ||
// Run `npm install` in the project directory to install | ||
@@ -51,0 +56,0 @@ // the dependencies. We are using a third-party library |
@@ -1,11 +0,5 @@ | ||
npm install | ||
docker compose up -d | ||
cp .env.example .env | ||
npm run dev | ||
http://localhost:3000/example | ||
npx prisma migrate deploy | ||
@@ -12,0 +6,0 @@ |
{ | ||
"name": "express-typescript-prisma", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "init a express typescript prisma api", | ||
@@ -5,0 +5,0 @@ "bin": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
5640
14
92
8
2