Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@prisma/client-engine-runtime

Package Overview
Dependencies
Maintainers
7
Versions
1310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/client-engine-runtime - npm Package Compare versions

Comparing version
7.4.0
to
7.5.0-dev.1
+1
-1
dist/index.d.mts

@@ -215,3 +215,3 @@ import { ArgType } from '@prisma/driver-adapter-utils';

export declare type Pagination = {
cursor: Record<string, PrismaValue> | null;
cursor: Record<string, unknown> | null;
take: number | null;

@@ -218,0 +218,0 @@ skip: number | null;

@@ -215,3 +215,3 @@ import { ArgType } from '@prisma/driver-adapter-utils';

export declare type Pagination = {
cursor: Record<string, PrismaValue> | null;
cursor: Record<string, unknown> | null;
take: number | null;

@@ -218,0 +218,0 @@ skip: number | null;

@@ -206,3 +206,3 @@ import { ArgType, Arity } from '@prisma/driver-adapter-utils';

export type Pagination = {
cursor: Record<string, PrismaValue> | null;
cursor: Record<string, unknown> | null;
take: number | null;

@@ -209,0 +209,0 @@ skip: number | null;

{
"name": "@prisma/client-engine-runtime",
"version": "7.4.0",
"version": "7.5.0-dev.1",
"description": "This package is intended for Prisma's internal use",

@@ -34,6 +34,6 @@ "main": "dist/index.js",

"uuid": "11.1.0",
"@prisma/client-runtime-utils": "7.4.0",
"@prisma/driver-adapter-utils": "7.4.0",
"@prisma/sqlcommenter": "7.4.0",
"@prisma/debug": "7.4.0"
"@prisma/client-runtime-utils": "7.5.0-dev.1",
"@prisma/debug": "7.5.0-dev.1",
"@prisma/sqlcommenter": "7.5.0-dev.1",
"@prisma/driver-adapter-utils": "7.5.0-dev.1"
},

@@ -40,0 +40,0 @@ "devDependencies": {

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

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