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 1.4.2 to 1.4.3

test/connection.js

6

package.json
{
"name": "pg-native",
"version": "1.4.2",
"version": "1.4.3",
"description": "A slightly nicer interface to Postgres over node-libpq",

@@ -25,4 +25,4 @@ "main": "index.js",

"dependencies": {
"libpq": "1.2.0",
"pg-types": "1.4.0",
"libpq": "1.2.1",
"pg-types": "1.6.0",
"readable-stream": "1.0.31"

@@ -29,0 +29,0 @@ },

@@ -9,2 +9,4 @@ #node-pg-native

You need PostgreSQL client headers installed. On OS X `brew install postgres`. On Ubuntu `apt-get install libpq-dev`. Afterwards `pg_config` should be in your path. Then...
```bash

@@ -11,0 +13,0 @@ $ npm i pg-native

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