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.3 to 1.1.4

2

bin/init.js

@@ -51,3 +51,3 @@ #!/usr/bin/env node

var exec = require('child_process').exec;
child = exec('npm install').stderr.pipe(process.stderr);
child = exec(`npm install --prefix ${projectDir}`).stderr.pipe(process.stderr);

@@ -54,0 +54,0 @@

{
"name": "express-typescript-prisma",
"version": "1.1.3",
"version": "1.1.4",
"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