Socket
Socket
Sign inDemoInstall

pg-query-stream

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-query-stream - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

index.js

@@ -11,6 +11,7 @@ var assert = require('assert')

pgdir = path.dirname(require.resolve('pg.js'))
if(!pgdir) {
throw new Error("Please install either `pg` or `pg.js` to use this module")
}
pgdir = path.join(pgdir, 'lib')
}
if(!pgdir) {
throw new Error("Please install either `pg` or `pg.js` to use this module")
}
var Result = require(path.join(pgdir, 'result'))

@@ -17,0 +18,0 @@ var utils = require(path.join(pgdir, 'utils'))

{
"name": "pg-query-stream",
"version": "0.1.0",
"version": "0.1.1",
"description": "Postgres query result returned as readable stream",

@@ -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