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.2.5 to 0.3.0

.travis.yml

10

index.js

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

//returns the status of the command
PQ.prototype.cmdStatus = function() {
return this.$cmdStatus();
};
//returns the tuples in the command
PQ.prototype.cmdTuples = function() {
return this.$cmdTuples();
};
//starts the 'read ready' libuv socket listener.

@@ -220,0 +230,0 @@ //Once the socket becomes readable, the PQ instance starts

2

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

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

@@ -7,3 +7,2 @@ var PQ = require('../');

pq.exec("INSERT INTO test_data(name, age) VALUES ('brian', 32), ('aaron', 30), ('', null);")
pq.clear();
};

@@ -10,0 +9,0 @@

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