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

postgresql-client

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgresql-client - npm Package Compare versions

Comparing version 1.14.1 to 1.14.2

2

dist/IntlConnection.js

@@ -151,3 +151,3 @@ "use strict";

const beginAtFirst = !autoCommit && !transactionCommand;
const commitLast = autoCommit && !transactionCommand;
const commitLast = this.inTransaction && autoCommit && !transactionCommand;
if (beginAtFirst)

@@ -154,0 +154,0 @@ sql = 'BEGIN;\n' + sql;

{
"name": "postgresql-client",
"description": "Professional PostgreSQL client for JavaScript and TypeScript",
"version": "1.14.1",
"version": "1.14.2",
"author": "Panates",

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

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