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

@prisma/generator-helper

Package Overview
Dependencies
Maintainers
4
Versions
9294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/generator-helper - npm Package Compare versions

Comparing version

to
0.0.34

2

dist/types.d.ts

@@ -33,3 +33,3 @@ export declare namespace DMMF {

type: string;
dbName: string | null;
dbNames: string[] | null;
isGenerated: boolean;

@@ -36,0 +36,0 @@ relationToFields?: any[];

{
"name": "@prisma/generator-helper",
"version": "0.0.33",
"version": "0.0.34",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -38,3 +38,3 @@ export namespace DMMF {

type: string
dbName: string | null
dbNames: string[] | null
isGenerated: boolean

@@ -41,0 +41,0 @@ relationToFields?: any[]