New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prisma-client-lib

Package Overview
Dependencies
Maintainers
1
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-client-lib - npm Package Compare versions

Comparing version 1.18.0-beta.2 to 1.18.0-beta.4

3

dist/Client.js

@@ -303,3 +303,4 @@ "use strict";

var fieldType = _this.getDeepType(field.type);
return fieldType instanceof graphql_1.GraphQLScalarType;
return (fieldType instanceof graphql_1.GraphQLScalarType ||
fieldType instanceof graphql_1.GraphQLEnumType);
})

@@ -306,0 +307,0 @@ .map(function (_a) {

{
"name": "prisma-client-lib",
"version": "1.18.0-beta.2",
"version": "1.18.0-beta.4",
"author": "Tim Suchanek <suchanek@prisma.io>",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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