Socket
Socket
Sign inDemoInstall

pg-native

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-native - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/copy-stream.js

@@ -74,3 +74,3 @@ var Duplex = require('stream').Duplex;

var result = this.pq.getCopyData(true);
if(util.isBuffer(result)) {
if(result instanceof Buffer) {
return setImmediate(function() {

@@ -77,0 +77,0 @@ cb(null, result);

{
"name": "pg-native",
"version": "0.5.0",
"version": "0.5.1",
"description": "A slightly nicer interface to Postgres over node-libpq",

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

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