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
10
Versions
2220
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 5.5.0-dev.61 to 5.5.0-dev.62

12

dist/index.d.ts

@@ -89,2 +89,14 @@ export { debug as Debug } from 'debug';

hint: string | undefined;
} | {
kind: 'Mysql';
code: number;
message: string;
state: string;
} | {
kind: 'Sqlite';
/**
* Sqlite extended error code: https://www.sqlite.org/rescode.html
*/
extendedCode: number;
message: string;
};

@@ -91,0 +103,0 @@ interface Queryable {

2

package.json
{
"name": "@prisma/driver-adapter-utils",
"version": "5.5.0-dev.61",
"version": "5.5.0-dev.62",
"description": "Internal set of utilities and types for Prisma's driver adapters.",

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

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