Socket
Socket
Sign inDemoInstall

nexus-prisma-generate

Package Overview
Dependencies
92
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

dist/config.js

@@ -25,3 +25,3 @@ "use strict";

var databaseType = getDatabaseType(definition);
var ParserInstance = prisma_datamodel_1.Parser.create(databaseType);
var ParserInstance = prisma_datamodel_1.DefaultParser.create(databaseType);
return {

@@ -28,0 +28,0 @@ datamodel: ParserInstance.parseFromSchemaString(typeDefs),

{
"name": "nexus-prisma-generate",
"version": "0.2.0",
"version": "0.2.1",
"typings": "dist/index.d.ts",

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

"scripts": {
"prepublish": "rm -rf example/node_modules && npm test && npm run build",
"prepublish": "rm -rf example/node_modules && npm run build",
"build": "tsc --declaration",

@@ -32,6 +32,7 @@ "watch": "tsc -d -w"

"meow": "^5.0.0",
"prisma-datamodel": "^1.28.0-alpha.1",
"prisma-generate-schema": "^1.28.0-alpha.1"
"prisma-datamodel": "1.28.0-alpha.8",
"prisma-generate-schema": "1.28.0-alpha.8"
},
"devDependencies": {
"@types/graphql": "^14.0.5",
"@types/js-yaml": "3.12.0",

@@ -38,0 +39,0 @@ "@types/meow": "^5.0.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc