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.5.0 to 1.5.1

2

dist/PreparedStatement.js

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

resultFields = common_1.wrapRowDescription(typeMap, fields, options.columnFormat || definitions_1.DEFAULT_COLUMN_FORMAT);
result.fields = resultFields;
if (options.cursor) {

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

}
result.fields = resultFields;
}

@@ -140,0 +140,0 @@ const executeResult = await portal.execute(options.fetchCount);

{
"name": "postgresql-client",
"description": "Professional PostgreSQL client for JavaScript and TypeScript",
"version": "1.5.0",
"version": "1.5.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