Socket
Socket
Sign inDemoInstall

fastify-prisma-client

Package Overview
Dependencies
1
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "fastify-prisma-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "Prisma Plugin for Fastify",

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

@@ -29,2 +29,10 @@ # fastify-prisma-client

If you use with TypeScript , you have to give this type to avoid error
```js
import Fastify, { FastifyInstance } from "fastify";
const fastify: FastifyInstance = Fastify();
```
Prisma client options are available and you can edit them

@@ -31,0 +39,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc