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

@prisma/adapter-pg-worker

Package Overview
Dependencies
Maintainers
4
Versions
1373
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 6.5.0-dev.55 to 6.5.0-dev.56

11

dist/index.js

@@ -8,2 +8,3 @@ "use strict";

var __hasOwnProp = Object.prototype.hasOwnProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __export = (target, all) => {

@@ -30,2 +31,3 @@ for (var name2 in all)

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);

@@ -82,2 +84,3 @@ // src/index.ts

super();
__publicField(this, "type");
this.type = _UnsupportedNativeDataType.typeNames[code] || "Unknown";

@@ -88,3 +91,3 @@ this.message = `Unsupported column type ${this.type}`;

// map of type codes to type names
_UnsupportedNativeDataType.typeNames = {
__publicField(_UnsupportedNativeDataType, "typeNames", {
16: "bool",

@@ -202,3 +205,3 @@ 17: "bytea",

5080: "anycompatiblerange"
};
});
var UnsupportedNativeDataType = _UnsupportedNativeDataType;

@@ -382,4 +385,4 @@ function fieldToColumnType(fieldTypeId) {

this.client = client;
this.provider = "postgres";
this.adapterName = name;
__publicField(this, "provider", "postgres");
__publicField(this, "adapterName", name);
}

@@ -386,0 +389,0 @@ /**

{
"name": "@prisma/adapter-pg-worker",
"version": "6.5.0-dev.55",
"version": "6.5.0-dev.56",
"description": "Prisma's driver adapter for \"@prisma/pg-worker\"",

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

"postgres-array": "3.0.2",
"@prisma/driver-adapter-utils": "6.5.0-dev.55"
"@prisma/driver-adapter-utils": "6.5.0-dev.56"
},

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

"jest-junit": "16.0.0",
"@prisma/pg-worker": "6.5.0-dev.55"
"@prisma/pg-worker": "6.5.0-dev.56"
},

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