🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

machinepack-postgresql

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-postgresql - npm Package Compare versions

Comparing version

to
1.0.0-11

6

package.json
{
"name": "machinepack-postgresql",
"version": "1.0.0-10",
"version": "1.0.0-11",
"description": "Structured Node.js bindings for connecting and running queries against a PostgreSQL database.",

@@ -28,3 +28,3 @@ "scripts": {

"pg": "6.1.0",
"waterline-sql-builder": "^1.0.0-3"
"waterline-sql-builder": "^1.0.0-6"
},

@@ -60,4 +60,4 @@ "devDependencies": {

"type": "git",
"url": "git@github.com:treelinehq/machinepack-postgresql.git"
"url": "git@github.com:sailshq/machinepack-postgresql.git"
}
}

@@ -8,6 +8,6 @@ <h1>

> See https://github.com/node-machine/driver-interface for more background information about this package.
Visit [Waterline Driver Interface project](https://github.com/node-machine/driver-interface) for more background information about this package.
## Installation &nbsp; [![NPM version](https://badge.fury.io/js/machinepack-postgresql.svg)](http://badge.fury.io/js/machinepack-postgresql) [![Build Status](https://travis-ci.org/treelinehq/machinepack-postgresql.png?branch=master)](https://travis-ci.org/treelinehq/machinepack-postgresql)
## Installation &nbsp; [![NPM version](https://badge.fury.io/js/machinepack-postgresql.svg)](http://badge.fury.io/js/machinepack-postgresql) [![Build Status](https://travis-ci.org/sailshq/machinepack-postgresql.png?branch=master)](https://travis-ci.org/sailshq/machinepack-postgresql)

@@ -21,3 +21,3 @@ ```sh

For the latest usage documentation, version information, and test status of this module, see <a href="http://node-machine.org/machinepack-postgresql" title="Structured Node.js bindings for postgresql. (for node.js)">http://node-machine.org/machinepack-postgresql</a>. The generated manpage for each method contains a complete reference of all expected inputs, possible exit states, and example return values.
For the latest usage documentation, version information, and test status of this module, see <a href="http://node-machine.org/machinepack-postgresql" title="Structured Node.js bindings for postgresql. (for node.js)">machinepack-postgresql homepage</a>. The generated manpage for each method contains a complete reference of all expected inputs, possible exit states, and example return values.

@@ -35,3 +35,3 @@

## Contributing &nbsp; [![Build Status](https://travis-ci.org/balderdashy/machinepack-postgresql.svg?branch=master)](https://travis-ci.org/balderdashy/machinepack-postgresql)
## Contributing &nbsp; [![Build Status](https://travis-ci.org/sailshq/machinepack-postgresql.svg?branch=master)](https://travis-ci.org/sailshq/machinepack-postgresql)

@@ -38,0 +38,0 @@ Please observe the guidelines and conventions laid out in the [Sails project contribution guide](http://sailsjs.com/contribute) when opening issues or submitting pull requests.