Socket
Socket
Sign inDemoInstall

libpq

Package Overview
Dependencies
14
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.8.0

test/server-version.js

5

index.js

@@ -59,2 +59,7 @@ var PQ = module.exports = require('bindings')('addon.node').PQ;

// return server version number e.g. 90300
PQ.prototype.serverVersion = function () {
return this.$serverVersion();
};
//finishes the connection & closes it

@@ -61,0 +66,0 @@ PQ.prototype.finish = function() {

2

package.json
{
"name": "libpq",
"version": "1.7.0",
"version": "1.8.0",
"description": "Low-level native bindings to PostgreSQL libpq",

@@ -5,0 +5,0 @@ "main": "index.js",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc