Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

downstairs

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

downstairs - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

6

lib/connections/pg.js

@@ -6,5 +6,7 @@ var pg = require('pg');

PGConnection.prototype.query = function(query, cb) {
PGConnection.prototype.query = function(query, cb){
pg.connect(this.connectionString, function(err, client) {
//log connection errors
if (err) {
return cb(err, client)
}
client.query(query, function(err, result) {

@@ -11,0 +13,0 @@ //log query errors

{
"name": "downstairs",
"description": "A light ORM wrapped about brianc's node-sql and node-pg",
"version": "0.1.8",
"version": "0.1.9",
"homepage": "https://github.com/moneytribeaustralia/downstairs.js",

@@ -6,0 +6,0 @@ "author": {

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