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

@sabinthedev/fastify-prisma

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sabinthedev/fastify-prisma - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

package.json
{
"name": "@sabinthedev/fastify-prisma",
"version": "1.0.16",
"version": "1.0.17",
"description": "A plugin for Fastify to easily register Prisma Client in your Fastify instance ",

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

@@ -47,3 +47,3 @@ ## Prisma + Fastify

You can also provide an object that contains Prisma Client's constructor arguments. For example, if you would like to manually set the datasource:
You can also provide an object that contains Prisma Client's [constructor arguments](https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#prismaclient). For example, if you would like to manually set the datasource:

@@ -50,0 +50,0 @@ ```ts

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