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

prisma-nestjs-graphql

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-nestjs-graphql - npm Package Compare versions

Comparing version 16.0.1 to 17.0.0

8

package.json
{
"name": "prisma-nestjs-graphql",
"version": "16.0.1",
"version": "17.0.0",
"license": "MIT",

@@ -55,3 +55,3 @@ "description": "Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module",

"dependencies": {
"@prisma/generator-helper": "^3.14.0",
"@prisma/generator-helper": "^4.0.0",
"await-event-emitter": "^2.0.2",

@@ -77,3 +77,3 @@ "filenamify": "4.X",

"@paljs/plugins": "^4.1.0",
"@prisma/client": "^3.14.0",
"@prisma/client": "^4.0.0",
"@semantic-release/changelog": "^6.0.1",

@@ -119,3 +119,3 @@ "@semantic-release/git": "^10.0.1",

"prettier": "^2.6.2",
"prisma": "^3.14.0",
"prisma": "^4.0.0",
"prisma-graphql-type-decimal": "^2.0.2",

@@ -122,0 +122,0 @@ "reflect-metadata": "^0.1.13",

@@ -13,2 +13,4 @@ # prisma-nestjs-graphql

Prisma v3
```sh

@@ -18,2 +20,8 @@ npm install --save-dev prisma-nestjs-graphql

Prisma v4
```
npm install --save-dev prisma-nestjs-graphql@next
```
## Usage

@@ -708,2 +716,3 @@

- https://github.com/jasonraimondi/prisma-generator-nestjs-graphql
- https://github.com/omar-dulaimi/prisma-class-validator-generator

@@ -710,0 +719,0 @@ - https://github.com/kimjbstar/prisma-class-generator

Sorry, the diff of this file is too big to display

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