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.1.0 to 1.2.0

2

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

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

@@ -11,2 +11,4 @@ # node-libpq

This module relies heavily on [nan](https://github.com/rvagg/nan) and wouldn't really be possible without it. Mucho thanks to the node-nan team.
## install

@@ -282,2 +284,6 @@

##### `pq.cancel():true -or- string`
Issues a request to cancel the currently executing query _on this instance of libpq_. Returns `true` if the cancel request was sent. Returns a `string` error message if the cancel request failed for any reason. The string will contain the error message provided by libpq.
## testing

@@ -284,0 +290,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc