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

@prisma/adapter-pg

Package Overview
Dependencies
Maintainers
10
Versions
2050
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/adapter-pg - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

7

dist/index.js

@@ -134,4 +134,6 @@ "use strict";

}
finished = false;
async commit() {
debug(`[js::commit]`);
this.finished = true;
this.client.release();

@@ -142,2 +144,3 @@ return (0, import_driver_adapter_utils2.ok)(void 0);

debug(`[js::rollback]`);
this.finished = true;
this.client.release();

@@ -147,3 +150,5 @@ return (0, import_driver_adapter_utils2.ok)(void 0);

dispose() {
this.client.release();
if (!this.finished) {
this.client.release();
}
return (0, import_driver_adapter_utils2.ok)(void 0);

@@ -150,0 +155,0 @@ }

2

package.json
{
"name": "@prisma/adapter-pg",
"version": "0.4.1",
"version": "0.4.2",
"description": "Prisma's driver adapter for \"pg\"",

@@ -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