Socket
Socket
Sign inDemoInstall

libpq

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libpq - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

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

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

@@ -19,3 +19,4 @@ var PQ = require('../')

var pq = new PQ();
pq.connect('host=localhost', done);
var conString ='host=' + (process.env.PGHOST || 'localhost')
pq.connect(conString, done);
});

@@ -22,0 +23,0 @@

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