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.11.0 to 1.11.1

4

dist/Cursor.js

@@ -42,2 +42,4 @@ "use strict";

const out = [];
if (this._closed)
return out;
for (let i = 0; i < nRows; i++) {

@@ -64,3 +66,3 @@ if (!this._rows.length)

if (this._closed)
throw new Error(`Can not fetch from closed cursor "${this._portal.name}"`);
return;
const portal = this._portal;

@@ -67,0 +69,0 @@ await this._taskQueue.enqueue(async () => {

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