Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nestjs-prisma

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-prisma - npm Package Compare versions

Comparing version 0.23.0-dev.0 to 0.23.0

2

dist/prisma-client-exception.filter.d.ts

@@ -15,3 +15,3 @@ import { ArgumentsHost, HttpException, HttpServer } from '@nestjs/common';

constructor(applicationRef?: HttpServer, errorCodesStatusMapping?: ErrorCodesStatusMapping);
catch(exception: Prisma.PrismaClientKnownRequestError, host: ArgumentsHost): void | Prisma.PrismaClientKnownRequestError | HttpException;
catch(exception: Prisma.PrismaClientKnownRequestError, host: ArgumentsHost): void | HttpException | Prisma.PrismaClientKnownRequestError;
private catchClientKnownRequestError;

@@ -18,0 +18,0 @@ private userDefinedStatusCode;

{
"name": "nestjs-prisma",
"version": "0.23.0-dev.0",
"version": "0.23.0",
"description": "Library and schematics to add Prisma integration to a NestJS application",

@@ -5,0 +5,0 @@ "scripts": {

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