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

nexus-prisma-generate

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus-prisma-generate - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

10

dist/index.js

@@ -48,4 +48,10 @@ #!/usr/bin/env node

}
// Create the output directories if needed (mkdir -p)
fs_1.mkdirSync(resolvedOutput, { recursive: true });
try {
// Create the output directories if needed (mkdir -p)
fs_1.mkdirSync(resolvedOutput, { recursive: true });
}
catch (e) {
if (e.code !== 'EEXIST')
throw e;
}
var _b = config_1.findDatamodelAndComputeSchema(), datamodel = _b.datamodel, databaseType = _b.databaseType;

@@ -52,0 +58,0 @@ try {

4

package.json
{
"name": "nexus-prisma-generate",
"version": "0.3.0",
"version": "0.3.1",
"typings": "dist/index.d.ts",

@@ -42,3 +42,3 @@ "license": "MIT",

"ts-jest": "23.10.5",
"typescript": "3.2.4"
"typescript": "3.3.1"
},

@@ -45,0 +45,0 @@ "prettier": {

Sorry, the diff of this file is not supported yet

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