Socket
Socket
Sign inDemoInstall

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.0.1 to 0.0.2

4

dist/index.js

@@ -11,2 +11,6 @@ #!/usr/bin/env node

var schemaPath = path_1.join(process.cwd(), './src/generated/prisma.graphql');
if (!fs_1.existsSync(schemaPath)) {
console.log("Prisma schema wasn't found in " + schemaPath);
process.exit(1);
}
var typeDefs = fs_1.readFileSync(schemaPath).toString();

@@ -13,0 +17,0 @@ var types = source_helper_1.extractTypes(typeDefs);

6

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

@@ -28,6 +28,6 @@ "license": "MIT",

"dependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
"graphql": "14.0.2"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/node": "10.12.18",
"jest": "23.6.0",

@@ -34,0 +34,0 @@ "prettier": "1.15.3",

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