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.8.0 to 1.8.1

2

dist/PreparedStatement.js

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

result.fields = resultFields;
result.rowType = options.objectRows ? 'object' : 'array';
if (options.cursor) {

@@ -143,3 +144,2 @@ result.cursor = new Cursor_1.Cursor(this, portal, resultFields, parsers, options);

result.command = 'SELECT';
result.rowType = options.objectRows ? 'object' : 'array';
const rows = result.rows = executeResult.rows;

@@ -146,0 +146,0 @@ const l = rows.length;

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

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

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