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

@prisma/driver-adapter-utils

Package Overview
Dependencies
Maintainers
4
Versions
2047
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/driver-adapter-utils - npm Package Compare versions

Comparing version 6.4.0-dev.20 to 6.4.0-dev.21

12

dist/index.d.ts

@@ -76,3 +76,3 @@ import { Debug } from '@prisma/debug';

} | {
kind: 'Postgres';
kind: 'postgres';
code: string;

@@ -85,3 +85,3 @@ severity: string;

} | {
kind: 'Mysql';
kind: 'mysql';
code: number;

@@ -91,3 +91,3 @@ message: string;

} | {
kind: 'Sqlite';
kind: 'sqlite';
/**

@@ -113,4 +113,2 @@ * Sqlite extended error code: https://www.sqlite.org/rescode.html

export declare type Flavour = 'mysql' | 'postgres' | 'sqlite';
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-pg-worker"];

@@ -120,2 +118,4 @@

export declare type Provider = 'mysql' | 'postgres' | 'sqlite';
export declare type Query = {

@@ -128,3 +128,3 @@ sql: string;

export declare interface Queryable {
readonly provider: Flavour;
readonly provider: Provider;
readonly adapterName: (typeof officialPrismaAdapters)[number] | (string & {});

@@ -131,0 +131,0 @@ /**

{
"name": "@prisma/driver-adapter-utils",
"version": "6.4.0-dev.20",
"version": "6.4.0-dev.21",
"description": "Internal set of utilities and types for Prisma's driver adapters.",

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

"dependencies": {
"@prisma/debug": "6.4.0-dev.20"
"@prisma/debug": "6.4.0-dev.21"
},

@@ -37,0 +37,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