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
2049
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.7.0-integration-fix-export-map.2 to 5.7.0-integration-fix-export-map.3

4

dist/index.d.ts

@@ -1,3 +0,1 @@

import * as debug_2 from 'debug';
export declare const bindAdapter: (adapter: DriverAdapter) => ErrorCapturingDriverAdapter;

@@ -42,3 +40,3 @@

export declare const Debug: debug_2.Debug;
export declare const Debug: debug.Debug;

@@ -45,0 +43,0 @@ export declare interface DriverAdapter extends Queryable {

@@ -173,4 +173,4 @@ "use strict";

// src/debug.ts
var debug = __toESM(require("debug"));
var Debug = debug.debug;
var import_debug = __toESM(require("debug"));
var Debug = import_debug.default.debug;
// Annotate the CommonJS export names for ESM import in node:

@@ -177,0 +177,0 @@ 0 && (module.exports = {

{
"name": "@prisma/driver-adapter-utils",
"version": "5.7.0-integration-fix-export-map.2",
"version": "5.7.0-integration-fix-export-map.3",
"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

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