Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prisma/adapter-pg-worker

Package Overview
Dependencies
Maintainers
11
Versions
1141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/adapter-pg-worker - npm Package Compare versions

Comparing version 5.11.0-integration-fix-pipeline.5 to 5.11.0-integration-fix-pipeline.6

7

dist/index.js

@@ -39,8 +39,9 @@ "use strict";

var import_driver_adapter_utils2 = require("@prisma/driver-adapter-utils");
var pg = __toESM(require("@prisma/pg-worker"));
var pg2 = __toESM(require("@prisma/pg-worker"));
// src/conversion.ts
var import_driver_adapter_utils = require("@prisma/driver-adapter-utils");
var types = __toESM(require("pg-types"));
var pg = __toESM(require("@prisma/pg-worker"));
var import_postgres_array = require("postgres-array");
var { types } = pg;
var { builtins: ScalarColumnType, getTypeParser, setTypeParser } = types;

@@ -454,3 +455,3 @@ var ArrayColumnType = {

constructor(client, options) {
if (!(client instanceof pg.Pool)) {
if (!(client instanceof pg2.Pool)) {
throw new TypeError(`PrismaPg must be initialized with an instance of Pool:

@@ -457,0 +458,0 @@ import { Pool } from 'pg'

{
"name": "@prisma/adapter-pg-worker",
"version": "5.11.0-integration-fix-pipeline.5",
"version": "5.11.0-integration-fix-pipeline.6",
"description": "Prisma's driver adapter for \"@prisma/pg-worker\"",

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

"postgres-array": "3.0.2",
"@prisma/driver-adapter-utils": "5.11.0-integration-fix-pipeline.5"
"@prisma/driver-adapter-utils": "5.11.0-integration-fix-pipeline.6"
},

@@ -44,3 +44,3 @@ "devDependencies": {

"jest-junit": "16.0.0",
"@prisma/pg-worker": "5.11.0-integration-fix-pipeline.5"
"@prisma/pg-worker": "5.11.0-integration-fix-pipeline.6"
},

@@ -47,0 +47,0 @@ "peerDependencies": {

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