Socket
Socket
Sign inDemoInstall

libpq

Package Overview
Dependencies
13
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

7

index.js
var PQ = module.exports = require('bindings')('addon.node').PQ;
//print out the include dir
//if you want to include this in a binding.gyp file
if(!module.parent) {
var path = require('path');
console.log(path.normalize(__dirname + '/src'));
}
var EventEmitter = require('events').EventEmitter;

@@ -4,0 +11,0 @@ var assert = require('assert');

2

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

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

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