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.8 to 1.18.0-beta.10

7

dist/codegen/typescript-client.js

@@ -101,2 +101,5 @@ "use strict";

GraphQLEnumType: function (type) {
if (type.name === 'PrismaDatabase') {
return "";
}
return _this.renderDescription(type.description) + "export type " + type.name + " = " + type

@@ -272,2 +275,6 @@ .getValues()

return Object.keys(fields)
.filter(function (f) {
var field = fields[f];
return !(field.name === 'executeRaw' && isMutation);
})
.map(function (f) {

@@ -274,0 +281,0 @@ var field = fields[f];

2

package.json
{
"name": "prisma-client-lib",
"version": "1.18.0-beta.8",
"version": "1.18.0-beta.10",
"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