Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-typescript-prisma

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-typescript-prisma - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

5

bin/init.js

@@ -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

6

lib/README.md

@@ -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 @@

2

package.json
{
"name": "express-typescript-prisma",
"version": "1.1.2",
"version": "1.1.3",
"description": "init a express typescript prisma api",

@@ -5,0 +5,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc