Socket
Socket
Sign inDemoInstall

prisma-datamodel

Package Overview
Dependencies
Maintainers
1
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-datamodel - npm Package Compare versions

Comparing version 1.36.0-test.1 to 1.36.0-test.2

4

dist/util/isdlToDmmf.js

@@ -52,3 +52,5 @@ "use strict";

dbName: type.databaseName,
fields: type.fields.map(function (field) {
fields: type.fields
.filter(function (f) { return f.type !== 'Json'; })
.map(function (field) {
var kind = getKind(field, enumMap);

@@ -55,0 +57,0 @@ var defaultValue;

{
"name": "prisma-datamodel",
"version": "1.36.0-test.1",
"version": "1.36.0-test.2",
"description": "Transform prisma datamodel SDL into graphql-js SDL",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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